The selected features that are editable.
[Visual Basic .NET] Public ReadOnly Property EditSelection As IEnumFeature
[C#] public IEnumFeature EditSelection {get;}
[C++]
HRESULT get_EditSelection(
IEnumFeature** Selection
);
[C++]Parameters
Selection [out, retval]Selection is a parameter of type IEnumFeature
Product Availability
Available with ArcGIS Engine.
Description
This property returns all of the currently selected features that belong to editable layers. Use this property when creating an editing tool or command that works with the current selection.