This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch Interface > IEditSketch.AddPoint Method (ArcObjects .NET 10.5 SDK) |
Adds a point to the edit sketch. If allowUndo is true, a new operation will be created.
[Visual Basic .NET] Public Sub AddPoint ( _ ByVal point As IPoint, _ ByVal allowUndo As Boolean _ )
[C#] public void AddPoint ( IPoint point, bool allowUndo );