MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual INT32 MgUnlockFeatures::GetCommandType ( ) const [virtual]

Gets the type of the command, that is, MgFeatureCommandType::UnlockFeatures.

.NET Syntax
int GetCommandType() const;
Java Syntax
int GetCommandType() const;
PHP Syntax
int GetCommandType() const;
Returns:
Returns MgFeatureCommandType::UnlockFeatures.

Implements MgFeatureCommand.