Called when the feedback is no longer necessary.
[Visual Basic .NET] Public Function StopFeedback ( _ ) As IGeometry
[C#] public IGeometry StopFeedback ( );
Product Availability
Remarks
The ::StopFeedback() is called to when the feedback object is no longer needed for the operation.
Use this method to call ::Stop() on the feedback object and return the geometry of that object if necessary.
Example: If your custom feedback object is a type of INewBezierCurveFeedback calling ::Stop() will end feedback and return the geometry so it can be used as the geometry of the resulting feature.
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