This document is archived and information here might be outdated.  Recommended version.


ITinEdge.ToNode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.ToNode Property
ArcGIS Developer Help

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