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


ITinNode.QueryAsWKSPointZ Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinNode.QueryAsWKSPointZ Method

Sets the node equal to a point with a z value.

[Visual Basic .NET]
Public Sub QueryAsWKSPointZ ( _
    ByRef pPoint As WKSPointZ _
)
[C#]
public void QueryAsWKSPointZ (
    ref WKSPointZ pPoint
);
[C++]
HRESULT QueryAsWKSPointZ(
  _WKSPointZ* pPoint
);
[C++]

Parameters pPoint [out]
pPoint is a parameter of type _WKSPointZ

Product Availability

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

Description

Writes the X, Y, and Z values of the node to a WKSPointZ variable.

See Also

ITinNode Interface