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


IBezierCurve.PutWKSCoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBezierCurve Interface > IBezierCurve.PutWKSCoords Method
ArcGIS Developer Help

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