GetElementNum

GetElementNum 1:

Gets the size (number of elements) of the container. (Alternatively use F_VN_GetNumberOfElements.)

Syntax

Definition:

METHOD GetElementNum : HRESULT
VAR_INPUT
    nElementNum : Reference To ULINT;
END_VAR

GetElementNum 2: Inputs

Name

Type

Description

nElementNum

Reference To ULINT

Returns the number of elements in the container.

GetElementNum 3: Return value

HRESULT