ArcObjects Library Reference (GeoDatabase)  

ITinNodeCollection Interface

Provides access to members that control TIN nodes.

Product Availability

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

Members

Description
Method ConvertToVoronoiRegions Writes the set of Voronoi polygons for each node to a feature class.
Method GetNode The node referenced by the index.
Method GetNodeTagValue Returns the tag value of the TIN node specified by the index.
Method GetNodeZ Returns the z value of the node referenced by the index.
Method GetVoronoiRegion Returns a Voronoi polygon about the node referenced by the index.
Method GetVoronoiRegionNoClip Returns a Voronoi polygon about the node referenced by the index.
Read-only property HasNodeTagValues Indicates if TIN nodes have tag values.
Read-only property NodeCount The number of nodes in the TIN.
Method QueryNode Sets the node equal to that specified by the index.
Method QueryNodeAsPoint Sets the node equal to a point specified by the index.
Method 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.