DataStructure::GetDataElementCount
Defined in:
Returns the total number of data elements stored in a data structure.
TSOpenDDL.h
Prototype
int32 GetDataElementCount(void) const;
Description
The GetDataElementCount
function returns the total number of individual primitive data elements stored in a data structure. If a data structure contains subarrays, then this function returns the number of elements in each subarray multiplied by the total number of subarrays.
See Also