AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgClassDefinitionCollection::Add ( MgClassDefinition value  ) 

Adds the specified item to the end of the collection.

.NET Syntax
void Add(MgClassDefinition value);
Java Syntax
void Add(MgClassDefinition value);
PHP Syntax
void Add(MgClassDefinition value);

Parameters:
value (MgClassDefinition) Input value
Returns:
Returns nothing
Exceptions:
MgDuplicateObjectException if the index is a duplicate.