This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSelection Interface > ITinSelection.SelectedElementCount Property (ArcObjects .NET 10.4 SDK) |
The number of selected elements.
[Visual Basic .NET] Public Function get_SelectedElementCount ( _ ByVal Type As esriTinElementType _ ) As Integer
[C#] public int get_SelectedElementCount ( esriTinElementType Type );
[C++]
HRESULT get_SelectedElementCount(
esriTinElementType Type,
long* pCount
);
[C++]
Parameters Type [in]
Type is a parameter of type esriTinElementType pCount [out, retval] pCount is a parameter of type long