MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.