ArcObjects Library Reference (GeoDatabase)  

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