AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.