This document is archived and information here might be outdated. Recommended version. |
Returns TRUE if the element referenced by the index is selected.
[Visual Basic .NET] Public Function IsSelected ( _ ByVal Index As Integer, _ ByVal Type As esriTinElementType _ ) As Boolean
[C#] public bool IsSelected ( int Index, esriTinElementType Type );
[C++]
HRESULT IsSelected(
long Index,
esriTinElementType Type
);
[C++] Parameters Index [in]
Index is a parameter of type long Type [in]
Type is a parameter of type esriTinElementType