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


IAnnotationConstructor.StopFeedback Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationConstructor Interface > IAnnotationConstructor.StopFeedback Method
ArcGIS Developer Help

IAnnotationConstructor.StopFeedback Method

Stops the display feedback.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

StopFeedback will stop the display feedback.  StopFeedback is automatically called when IAnnotationConstructor::CanFinish returns True. 

See Also

IAnnotationConstructor Interface