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


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

IBezierCurve.PutWKSCoords Method

Sets this Bezier curve's control points from the array of 4 input point structures.

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

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

Product Availability

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

See Also

IBezierCurve Interface