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


IEditSketchExtension2.StopPreSketchFeedback Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketchExtension2 Interface > IEditSketchExtension2.StopPreSketchFeedback Method
ArcGIS Developer Help

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