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


IShapeConstructor.AddPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.AddPoint Method
ArcGIS Developer Help

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 ViperPin tool