AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgFeatureCommandCollection::Remove ( MgFeatureCommand command  ) 

Removes the specified command from the collection.

.NET Syntax
bool Remove(MgFeatureCommand command);
Java Syntax
bool Remove(MgFeatureCommand command);
PHP Syntax
bool Remove(MgFeatureCommand command);

Parameters:
command (MgFeatureCommand) Input command
Returns:
Returns true if removal was successful.