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.SelectionCount Property (ArcObjects .NET 10.5 SDK) |
The number of selected features that are editable.
[Visual Basic .NET] Public ReadOnly Property SelectionCount As Integer
[C#] public int SelectionCount {get;}
[C++]
HRESULT get_SelectionCount(
long* Selection
);
[C++]
Parameters Selection [out, retval] Selection is a parameter of type long
This property returns total number of selected features belonging to all editable layers in a map.