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


ITinAdvanced.GetNode Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.GetNode Method
ArcGIS Developer Help

ITinAdvanced.GetNode Method

The node referenced by the specified index.

[Visual Basic .NET]
Public Function GetNode ( _
    ByVal Index As Integer _
) As ITinNode
[C#]
public ITinNode GetNode (
    int Index
);
[C++]
HRESULT GetNode(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

Description

Returns the node referenced by the index. The index base value for nodes is 1.

See Also

ITinAdvanced Interface