MgFeatureCommand Class Reference
[MgFeatureCommand]
Inherits MgSerializable.
Inherited by MgDeleteFeatures, MgInsertFeatures, MgLockFeatures, MgUnlockFeatures, and MgUpdateFeatures.
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. |