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


ITinSelection.ClearSelection 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.ClearSelection Method
ArcGIS Developer Help

ITinSelection.ClearSelection Method

Clears selected element(s).

[Visual Basic .NET]
Public Sub ClearSelection ( _
    ByVal Type As esriTinElementType _
)
[C#]
public void ClearSelection (
    esriTinElementType Type
);
[C++]
HRESULT ClearSelection(
  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