MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.