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


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

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