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


IBezierCurve.QueryWKSCoords Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

IBezierCurve.QueryWKSCoords Method

Copies this Bezier curve's control points into the array of 4 existing point structures.

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

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

Product Availability

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

See Also

IBezierCurve Interface