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


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

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