This document is archived and information here might be outdated. Recommended version. |
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.