ArcObjects Library Reference (GeoDatabase)  

ITinEdge.ToNode Property

The terminating node of the specified edge.

[Visual Basic .NET]
Public ReadOnly Property ToNode As ITinNode
[C#]
public ITinNode ToNode {get;}
[C++]
HRESULT get_ToNode(
  ITinNode** ppNode
);
[C++]

Parameters

ppNode [out, retval]

  ppNode is a parameter of type ITinNode

Product Availability

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

Description

The ToNode of an edge is the second node of an edge. It is equivalent to the FromNode of the next edge.

Each triangle in a TIN is comprised of three edges. The edges are oriented clockwise.

See Also

ITinEdge Interface