ArcObjects Library Reference (Editor)  

IEditSketchExtension2.StopPreSketchFeedback Method

Called when the feedback needs to be stopped.

[Visual Basic .NET]
Public Sub StopPreSketchFeedback ( _
)
[C#]
public void StopPreSketchFeedback (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The ::StopPreSketchFeedback() is called to when the presketch feedback object is no longer needed for the operation.

Use this method to call ::Stop() on the presketch feedback object and return the geometry of that object if necessary.

See Also

IEditSketchExtension2 Interface | IDatasetEdit Interface | IDatasetEditInfo Interface | IEditTask.Name Property | Editor Class | ISnapEnvironment Interface | IEditEvents2 Interface | IEditTask.Deactivate Method | IEditAttributeProperties Interface | IEditor Interface | IEditSketch Interface | IEditTask.OnFinishSketch Method | IEditProperties Interface | IEditLayers Interface | IEditTask.Activate Method | IEditTask.OnDeleteSketch Method | IEditEvents Interface | IExtension Interface