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


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

ITinSelection.GetSelection Method

Returns an enumerator containing selected elements.

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