AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.