Array::GetElementCount
Defined in: C4Array.h
Returns the current size of an array.
Prototype
int32 GetElementCount(void) const;
Description
The GetElementCount function returns the number of objects currently stored in an array. When an array is constructed, its initial element count is zero.
See Also
Array::SetElementCount
Array::AddElement
Array::InsertElement
Array::RemoveElement
|