This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.Node Property (ArcObjects .NET 10.5 SDK) |
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
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.