This document is archived and information here might be outdated. Recommended version. |
The display feedback for the constructor.
[Visual Basic .NET] Public Function CreateFeedback ( _ ) As IDisplayFeedback
[C#] public IDisplayFeedback CreateFeedback ( );
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.