This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.EditSelection Property (ArcObjects .NET 10.5 SDK) |
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
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.