MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgLockFeatures Class Reference

Creates an insert feature data command. You must add this command to an MgFeatureCommandCollection object and pass the latter in a call to MgFeatureService::UpdateFeatures. More...

+ Inheritance diagram for MgLockFeatures:

List of all members.

Public Member Functions

virtual INT32 GetCommandType () const
 Gets the type of the command, that is, MgFeatureCommandType::LockFeatures.
STRING GetFeatureClassName () const
 
STRING GetFilterText () const
 
 MgLockFeatures (CREFSTRING className, CREFSTRING filterText)
 Constructs a lock feature comand.

Detailed Description

Creates an insert feature data command. You must add this command to an MgFeatureCommandCollection object and pass the latter in a call to MgFeatureService::UpdateFeatures.

Remarks: