Web API Reference MapGuide Open Source
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 MgBatchPropertyCollection, MgPropertyCollection, MgStringCollection, MgIntCollection, MgPropertyDefinitionCollection, MgClassDefinitionCollection, and MgFeatureSchemaCollection.


Comments or suggestions? Send us feedback.