ArcObjects Library Reference (Controls)  

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(
  long* 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