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


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

IBezierCurveGEN.PutCoord Method

Sets the specified (0 <= index < 4) control point of this Bezier curve.

[Visual Basic .NET]
Public Sub PutCoord ( _
    ByVal Index As Integer, _
    ByVal controlPoint As IPoint _
)
[C#]
public void PutCoord (
    int Index,
    IPoint controlPoint
);
[C++]
HRESULT PutCoord(
  long Index,
  IPoint* controlPoint
);
[C++]
Parameters
Index 

Index is a parameter of type long controlPoint
controlPoint is a parameter of type IPoint*

Product Availability

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

See Also

IBezierCurveGEN Interface