ArcObjects Library Reference (GeoDatabase)  

ITinNodeCollection.GetNode Method

The node referenced by the 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.

See Also

ITinNodeCollection Interface