CObArray::GetSize

Call this member function to retrieve the size of the array. Since indexes are zero-based, the size is 1 greater than the largest index.

Syntax

int GetSize( ) const;

At a Glance

Header file: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObArray Overview, CObArray Member Functions, Array Classes, CObArray::GetUpperBound, CObArray::SetSize