This document is archived and information here might be outdated. Recommended version. |
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.