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


ITinSelection Interface (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
ArcGIS Developer Help

ITinSelection Interface

Provides access to members that control TIN selction methods.

Product Availability

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

Members

Name Description
Method ClearSelection Clears selected element(s).
Method FlipSelection Flips current selection of the specified element type in the TIN.
Method GetSelection Returns an enumerator containing selected elements.
Method HasSelection Indicates if element(s) is/are selected.
Method IsSelected Returns TRUE if the element referenced by the index is selected.
Method QuerySelectionExtent Returns the extent of the selected elements.
Method SelectAll Selects all elements of the specified element type in the TIN.
Method SelectByArea Selects all elements of the specified element type in a specified polygonal area.
Method SelectByEnvelope Selects all elements of the specified element type in a specified rectangular envelope.
Read-only property SelectedElementCount The number of selected elements.
Method SetSelected Selects the element referenced by the index.
Method SetSelection Selects elements returned by the enumerator.

Classes that implement ITinSelection

Classes Description
Tin The Esri TIN component.