MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT32 MgCollection::GetCount ( ) const [pure virtual]

Gets the number of items in the collection.

.NET Syntax
virtual int GetCount() const;
Java Syntax
virtual int GetCount() const;
PHP Syntax
virtual int GetCount() const;
Returns:
Returns the number of items in the collection.

Implemented in MgPropertyDefinitionCollection, MgPropertyCollection, MgParameterCollection, MgClassDefinitionCollection, MgBatchPropertyCollection, MgFeatureSchemaCollection, MgStringCollection, and MgIntCollection.