ArcObjects Library Reference (GeoDatabase)  

ITinSelection.HasSelection Method

Indicates if element(s) is/are selected.

[Visual Basic .NET]
Public Function HasSelection ( _
    ByVal Type As esriTinElementType _
) As Boolean
[C#]
public bool HasSelection (
    esriTinElementType Type
);
[C++]
HRESULT HasSelection(
  esriTinElementType Type,
  VARIANT_BOOL* pbHasSelection
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriTinElementType

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

Product Availability

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

See Also

ITinSelection Interface