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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Writes the from and to nodes of the edge as points to existing WKSPointZ variables.