Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureCommandCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureCommandCollection
Remove
RemoveAt
SetItem
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
.