ArcObjects Library Reference (GeoDatabase)  

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,
  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

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

See Also

ITinAdvanced Interface