This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNodeCollection Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control TIN nodes.
Description | ||
---|---|---|
ConvertToVoronoiRegions | Writes the set of Voronoi polygons for each node to a feature class. | |
GetNode | The node referenced by the index. | |
GetNodeTagValue | Returns the tag value of the TIN node specified by the index. | |
GetNodeZ | Returns the z value of the node referenced by the index. | |
GetVoronoiRegion | Returns a Voronoi polygon about the node referenced by the index. | |
GetVoronoiRegionNoClip | Returns a Voronoi polygon about the node referenced by the index. | |
HasNodeTagValues | Indicates if TIN nodes have tag values. | |
NodeCount | The number of nodes in the TIN. | |
QueryNode | Sets the node equal to that specified by the index. | |
QueryNodeAsPoint | Sets the node equal to a point specified by the index. | |
QueryNodeAsWKSPointZ | Sets the node equal to a z-value point specified by the index. |
CoClasses and Classes | Description |
---|---|
Tin | The Esri TIN component. |