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 IDimensionConstructor CreateFeedback is where the chosen feedback object should be instantiated and the necessary properties of the feedback object are set. For example, you should set the DimensionType and ReferenceScale, and ReferenceUnits values on the feedback object at this time.