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


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

ITinAdvanced.QueryNodeAsWKSPointZ Method

Queries the point equal to that specified by the index.

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

Index is a parameter of type long pPoint [out]
pPoint is a parameter of type WKSPointZ*

Product Availability

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

See Also

ITinAdvanced Interface