This document is archived and information here might be outdated. Recommended version. |
Returns the (x,y) coordinates of this line's endpoints.
[Visual Basic .NET] Public Sub QueryWKSCoords ( _ ByRef from As WKSPoint, _ ByRef to As WKSPoint _ )
[C#] public void QueryWKSCoords ( ref WKSPoint from, ref WKSPoint to );
[C++]
HRESULT QueryWKSCoords(
WKSPoint* from,
WKSPoint* to
);
[C++] Parameters from [out]
from is a parameter of type WKSPoint* to [out]
to is a parameter of type WKSPoint*
The from and to parameters are WKSPoint structures instead of Point objects. If you are not interested in using or preserving vertex attributes then PutWKSCoords and QueryWKSCoords can be a quicker way to modify and obtain the xy coordinates defining the line.