ArcObjects Library Reference  (Carto)    

IBasicMap2.SelectionCount Property

Number of selected features in the map.

[Visual Basic 6.0]
Property SelectionCount As Long
[Visual Basic .NET]
Public ReadOnly Property SelectionCount As Integer
[C#]
public int SelectionCount {get;}
[Java]
public  getSelectionCount (
    Long pCount
)
[C++]
HRESULT get_SelectionCount(
  long* pCount
);
[C++]

Parameters

pCount [out, retval]

  pCount is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasicMap2 Interface

 


Feedback Send feedback on this page