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


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

ISketchOperation.Start Method

Starts the operation, caching the existing sketch. Call this before modifying the sketch.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal Editor As IEditor _
)
[C#]
public void Start (
    IEditor Editor
);

Product Availability

Available with ArcGIS Desktop.

Remarks

All modifications made to an edit sketch should be made between calls to Start and Finish . Start caches the edit sketch's geometry in case the operation is undone; when this occurs, the modified geometry is replaced by the cached geometry.

See Also

ISketchOperation Interface