ArcObjects Library Reference (Display)  

INewBezierCurveFeedback.AddPoint Method

Creates a node at the given point.

[Visual Basic .NET]
Public Sub AddPoint ( _
    ByVal Point As IPoint _
)
[C#]
public void AddPoint (
    IPoint Point
);
[C++]
HRESULT AddPoint(
  IPoint* Point
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

Product Availability

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

See Also

INewBezierCurveFeedback Interface