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


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

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