AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgDeleteFeatures Class Reference
[MgDeleteFeatures]

Inherits MgFeatureCommand.

List of all members.


Detailed Description

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.

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.