MetaObject.GetCount Method
Definition
Namespace: P1.ImageSdk
Return the number of elements in the object.
public uint GetCount();
Use this function to get the number of elements in an array type metaobject. An object that contains a string will return the value 1.
Returns:
Return the number of elements of the object.