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


EngineSketchOperation Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Classes > E > EngineSketchOperation Class
ArcGIS Developer Help

EngineSketchOperationClass Class

Provides undo/redo capabilities for edit sketch modifications.

Product Availability

Available with ArcGIS Engine.

Description

This object is new at ArcGIS 9.3.
Create a sketch operation whenever you need to provide undo/redo capabilities for modifications made to the edit sketch. For example, custom code that deletes one of the vertices in the edit sketch should use a sketch operation so the user can undo the edit sketch.

Interfaces

Interfaces Description
IEngineSketchOperation Provides access to members that control undo/redo capabilities for edit sketch modifications.
IOperation (esriSystemUI) Provides access to members that control Operations.