Returns the selected feature data for the specified feature class.
.NET Syntax
MgFeatureReader GetSelectedFeatures(MgLayerBase layer, string className, MgStringCollection propertyNames);
|
Java Syntax
MgFeatureReader GetSelectedFeatures(MgLayerBase layer, String className, MgStringCollection propertyNames);
|
PHP Syntax
MgFeatureReader GetSelectedFeatures(MgLayerBase layer, string className, MgStringCollection propertyNames);
|
- Parameters:
-
layer | (MgLayerBase) Input layer. |
className | (String/string) Input feature class name. |
propertyNames | (MgStringCollection) Properties to return for selected features. |
- Returns:
- Returns a feature reader containing all the features for the given feature class in this selection.
- Since:
- 2.0
Reimplemented in MgSelection.