Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgFeatureCommandCollection
Add
Clear
Contains
GetCount
GetItem
IndexOf
Insert
MgFeatureCommandCollection
Remove
RemoveAt
SetItem
void MgFeatureCommandCollection::Add
(
MgFeatureCommand
*
command
)
Adds the specified command to the end of the collection.
.NET Syntax
int Add(MgFeatureCommand command);
Java Syntax
int Add(MgFeatureCommand command);
PHP Syntax
int Add(MgFeatureCommand command);
Parameters:
command
(
MgFeatureCommand
) One of type
MgDeleteFeatures
,
MgInsertFeatures
, or
MgUpdateFeatures
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.