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


ITinAdvanced.QueryNodeAsWKSPointZ Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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