AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

INT32 MgClassDefinitionCollection::GetCount (  )  const [virtual]

Gets the number of items in the collection.

.NET Syntax
int GetCount() const;
Java Syntax
int GetCount() const;
PHP Syntax
int GetCount() const;

Returns:
Returns the number of items in the collection.

Implements MgCollection.