AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgFeatureCommand Class Reference
[MgFeatureCommand]

Inherits MgSerializable.

Inherited by MgDeleteFeatures, MgInsertFeatures, MgLockFeatures, MgUnlockFeatures, and MgUpdateFeatures.

List of all members.


Detailed Description

Is the abstract base class for feature command classes: MgDeleteFeatures, MgInsertFeatures, and MgUpdateFeatures.

Remarks:
Feature commands are added to a an MgFeatureCommandCollection object, which is then passed in a call to the MgFeatureService::UpdateFeatures method.

Public Member Functions

virtual INT32 GetCommandType () const =0
 Gets the type of the command.