This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.QueryAsWKSPointZs Method (ArcObjects .NET 10.4 SDK) |
Sets the specified edge equal to its nodes as points with z values.
[Visual Basic .NET] Public Sub QueryAsWKSPointZs ( _ ByRef pFrom As WKSPointZ, _ ByRef pTo As WKSPointZ _ )
[C#] public void QueryAsWKSPointZs ( ref WKSPointZ pFrom, ref WKSPointZ pTo );
[C++]
HRESULT QueryAsWKSPointZs(
_WKSPointZ* pFrom,
_WKSPointZ* pTo
);
[C++]
Parameters pFrom [out]
pFrom is a parameter of type _WKSPointZ pTo [out]
pTo is a parameter of type _WKSPointZ
Writes the from and to nodes of the edge as points to existing WKSPointZ variables.