AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual INT32 MgFeatureCommand::GetCommandType (  )  const [pure virtual]

Gets the type of the command.

.NET Syntax
virtual int GetCommandType() const;
Java Syntax
virtual int GetCommandType() const;
PHP Syntax
virtual int GetCommandType() const;

Returns:
Returns one of the constants defined in MgFeatureCommandType.

Implemented in MgDeleteFeatures, MgInsertFeatures, MgLockFeatures, MgUnlockFeatures, and MgUpdateFeatures.