This document is archived and information here might be outdated.  Recommended version.


ISegment.QueryWKSToPoint Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.QueryWKSToPoint Method

Query the WKSPoint at the 'to' point.

[Visual Basic .NET]
Public Sub QueryWKSToPoint ( _
    ByRef p As WKSPoint _
)
[C#]
public void QueryWKSToPoint (
    ref WKSPoint p
);
[C++]
HRESULT QueryWKSToPoint(
  WKSPoint* p
);
[C++]

Parameters p [out]
p is a parameter of type WKSPoint*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegment Interface