ArcObjects Library Reference (Editor)  

IShapeConstructor.AddPoint Method

Adds a point to the sketch.

[Visual Basic .NET]
Public Sub AddPoint ( _
    ByVal point As IPoint, _
    ByVal Clone As Boolean, _
    ByVal allowUndo As Boolean _
)
[C#]
public void AddPoint (
    IPoint point,
    bool Clone,
    bool allowUndo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface

.NET Samples

Points along line construction tool (Code Files: PointsAlongLineTool) | ViperPin tool (Code Files: ViperPinTool)