CObArray::GetSize

int GetSize( ) const;

Remarks

Returns the size of the array. Since indexes are zero-based, the size is 1 greater than the largest index.

The following table shows other member functions that are similar to CObArray::GetSize.

Class Member Function
CByteArray int GetSize( ) const;
CDWordArray int GetSize( ) const;
CPtrArray int GetSize( ) const;
CStringArray int GetSize( ) const;
CUIntArray int GetSize( ) const;
CWordArray int GetSize( ) const;

CObArray OverviewClass MembersHierarchy Chart

See Also CObArray::GetUpperBound, CObArray::SetSize