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


INewBezierCurveFeedback.AddPoint Method (ArcObjects .NET 10.5 SDK)
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