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


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

ITinNodeCollection.QueryNodeAsPoint Method

Sets the node equal to a point specified by the index.

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

Index is a parameter of type long pPoint
pPoint is a parameter of type IPoint*

Product Availability

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

See Also

ITinNodeCollection Interface