ArcObjects Library Reference (Editor)  

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