AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgFeatureSchemaCollection::Remove ( MgFeatureSchema value  ) 

Removes the specified item from the collection.

.NET Syntax
bool Remove(MgFeatureSchema value);
Java Syntax
bool Remove(MgFeatureSchema value);
PHP Syntax
bool Remove(MgFeatureSchema value);

Parameters:
value (MgFeatureSchema) Input value
Returns:
Returns true if removal was successful.