AcMapSelection::GetSelectedFeatures Method (MgLayerBase*, string, bool)

Autodesk GIS Map Platform

AcMapSelection:: GetSelectedFeatures Method
(MgLayerBase*, string, bool)

Returns the data of selected features.

virtual MgFeatureReader* GetSelectedFeatures(
    MgLayerBase* layer, 
    string featureClass, 
    bool mappedOnly
);
Parameters 
Description 
featureClass 
Input feature class name.  
mappedOnly 
return mapped (true) or all (false) properties for selected features  
layer' 
Input layer.  
Returns

Returns a feature reader over all the features of the given feature class in this selection.

Remarks

The returned feature reader can contain features of different types. 

This method is provided to obtain feedback from customers. In future releases it may change in functionality or be deprecated.

MgXX classes belong to the OsGeo.MapGuide namespace and are descibed in the Geospatial Platform Reference.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].