hi everyone
simply, i want when the user clicks a button , the sketch tool starts and becomes ready to draw a shapefile .
this is part of i have tried :
however this starts the editing session only but not the sketch tool
i appreciate your help
thank you
simply, i want when the user clicks a button , the sketch tool starts and becomes ready to draw a shapefile .
this is part of i have tried :
Code:
editor.StartEditing(dataset.Workspace);
ISketchOperation2 sketchOperation = new SketchOperationClass();
sketchOperation.Start(editor);i appreciate your help
thank you