This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISketchTool Interface > ISketchTool.AddPoint Method (ArcObjects .NET 10.4 SDK) |
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 );