ArcObjects Library Reference (GeoDatabase)  

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,
  IEnumTinElement** ppElements
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriTinElementType

ppElements [out, retval]

  ppElements is a parameter of type IEnumTinElement

Product Availability

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

See Also

ITinSelection Interface