This document is archived and information here might be outdated.  Recommended version.


ITinSelection.HasSelection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSelection Interface > ITinSelection.HasSelection Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTinElementType

Product Availability

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

See Also

ITinSelection Interface