Provides access to members that control TIN selction methods.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ClearSelection | Clears selected element(s). | |
FlipSelection | Flips current selection of the specified element type in the TIN. | |
GetSelection | Returns an enumerator containing selected elements. | |
HasSelection | Indicates if element(s) is/are selected. | |
IsSelected | Returns TRUE if the element referenced by the index is selected. | |
QuerySelectionExtent | Returns the extent of the selected elements. | |
SelectAll | Selects all elements of the specified element type in the TIN. | |
SelectByArea | Selects all elements of the specified element type in a specified polygonal area. | |
SelectByEnvelope | Selects all elements of the specified element type in a specified rectangular envelope. | |
SelectedElementCount | The number of selected elements. | |
SetSelected | Selects the element referenced by the index. | |
SetSelection | Selects elements returned by the enumerator. |
CoClasses that implement ITinSelection
CoClasses and Classes | Description |
---|---|
Tin | The ESRI TIN component. |