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


ITinNodeCollection.GetNode Method (ArcObjects .NET 10.4 SDK)
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