ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.Node Property

The triangle node specified by the index.

[Visual Basic .NET]
Public Function get_Node ( _
    ByVal Index As Integer _
) As ITinNode
[C#]
public ITinNode get_Node (
    int Index
);
[C++]
HRESULT get_Node(
  long Index,
  ITinNode** ppNode
);
[C++]

Parameters

Index [in]   Index is a parameter of type long ppNode [out, retval]

  ppNode is a parameter of type ITinNode

Product Availability

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

Description

Pass 0, 1, or 2 to indicate which triangle node you're interested in acquiring. This is an index local to the triangle and has a base of 0. The returned node is a standard TinNode and the value of its index will be relative to the entire TIN.

See Also

ITinTriangle Interface