This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNode Interface > ITinNode.QueryAsWKSPointZ Method (ArcObjects .NET 10.5 SDK) |
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
Writes the X, Y, and Z values of the node to a WKSPointZ variable.