AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgFeatureSchemaCollection::Add ( MgFeatureSchema value  ) 

Adds the specified item to the end of the collection.

.NET Syntax
int Add(MgFeatureSchema value);
Java Syntax
int Add(MgFeatureSchema value);
PHP Syntax
int Add(MgFeatureSchema value);

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