This document is archived and information here might be outdated. Recommended version. |
Provides access to a task that receives notification when the sketch is complete.
Name | Description | |
---|---|---|
Activate | Called by the editor when the task becomes active. | |
Deactivate | Called by the editor when the task becomes inactive. | |
Name | The name of the edit task. | |
OnDeleteSketch | Notifies the task that the edit sketch has been deleted. | |
OnFinishSketch | Notifies the task that the edit sketch is complete. |
CoClasses and Classes | Description |
---|
You can find and set an edit task either by using the Name property in conjunction with IEdtior::TaskCount and IEditor::Task or by IEditTaskSearch
IEditSketch Interface | IEditor Interface | IEditAttributeProperties Interface