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


IAnnotationConstructor.UpdateFeedback 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.UpdateFeedback Method
ArcGIS Developer Help

IAnnotationConstructor.UpdateFeedback Method

Updates the display feedback with the current settings.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use UpdateFeedback when you change the characteristics of the feedback.  An example of when you might use this method is when a new point is added to the sketch and the new point sets the angle at which the feedback is displayed.

See Also

IAnnotationConstructor Interface