ArcObjects Library Reference (Editor)  

IAnnotationConstructor.CreateFeedback Method

The display feedback for the constructor.

[Visual Basic .NET]
Public Function CreateFeedback ( _
) As IDisplayFeedback
[C#]
public IDisplayFeedback CreateFeedback (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

When implementing IAnnotationConstructor CreateFeedback is where the chosen feedback object should be instantiated.  This includes both standard feedback objects like MoveFeedback, NewFeedback, RotateFeedback, or custom feedback objects.

See Also

IAnnotationConstructor Interface