MapGuide API Reference
|
A feature command that features from a datastore. The feature class name and filter text define feature(s) to delete. This class is added to an MgFeatureCommandCollection object, which is then passed in a call to the MgFeatureService::UpdateFeatures method. More...
Public Member Functions | |
INT32 | GetCommandType () const |
Gets the type of the command, that is, MgFeatureCommandType::DeleteFeatures. | |
STRING | GetFeatureClassName () const |
STRING | GetFilterText () const |
MgDeleteFeatures (CREFSTRING className, CREFSTRING filterText) | |
Constructs an MgDeleteFeatures object. |
A feature command that features from a datastore. The feature class name and filter text define feature(s) to delete. This class is added to an MgFeatureCommandCollection object, which is then passed in a call to the MgFeatureService::UpdateFeatures method.