Provides access to members that control TIN nodes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement ITinNodeCollection
CoClasses and Classes | Description |
---|---|
Tin | The ESRI TIN component. |