Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.