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