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


ISegment.QueryWKSFromPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.QueryWKSFromPoint Method
ArcGIS Developer Help

ISegment.QueryWKSFromPoint Method

Query the WKSPoint at the 'from' point.

[Visual Basic .NET]
Public Sub QueryWKSFromPoint ( _
    ByRef p As WKSPoint _
)
[C#]
public void QueryWKSFromPoint (
    ref WKSPoint p
);
[C++]
HRESULT QueryWKSFromPoint(
  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