ArcObjects Library Reference (GeoDatabase)  

ITinSelection.IsSelected Method

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,
  VARIANT_BOOL* pbIsSelected
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Type [in]

  Type is a parameter of type esriTinElementType

pbIsSelected [out, retval]   pbIsSelected is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinSelection Interface