This document is archived and information here might be outdated.  Recommended version.


IEngineEditor.EditSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.EditSelection Property
ArcGIS Developer Help

IEngineEditor.EditSelection Property

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.

See Also

IEngineEditor Interface