ArcObjects Library Reference (GeoDatabase)  

ITinSelection Interface

Provides access to members that control TIN selction methods.

Product Availability

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

Members

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.

CoClasses that implement ITinSelection

CoClasses and Classes Description
Tin The Esri TIN component.