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


ITinAdvanced.QueryNode 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.QueryNode Method
ArcGIS Developer Help

ITinAdvanced.QueryNode Method

Queries the node equal to that specified by the index.

[Visual Basic .NET]
Public Sub QueryNode ( _
    ByVal Index As Integer, _
    ByVal pNode As ITinNode _
)
[C#]
public void QueryNode (
    int Index,
    ITinNode pNode
);
[C++]
HRESULT QueryNode(
  long Index,
  ITinNode* pNode
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pNode
pNode is a parameter of type ITinNode*

Product Availability

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

See Also

ITinAdvanced Interface