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


IEngineEditor.SelectionCount 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.SelectionCount Property
ArcGIS Developer Help

IEngineEditor.SelectionCount Property

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(
  System.Int32* Selection
);
[C++]
Parameters
Selection [out, retval]

Selection is a parameter of type long*

Product Availability

Available with ArcGIS Engine.

Description

This property returns total number of selected features belonging to all editable layers in a map.

See Also

IEngineEditor Interface