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 | Editor Class | IEditTask.OnFinishSketch Method | IEditor Interface | IEditTask.OnDeleteSketch Method | IEditTask.Activate Method | IEditTask.Deactivate Method | IEditSketch Interface | IEditAttributeProperties Interface | IEditLayers Interface | IEditEvents Interface | IEditTask.Name Property | IEditProperties Interface | IEditEvents2 Interface | ISnapEnvironment Interface | IExtension Interface