This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionConstructor Interface > IDimensionConstructor.CreateFeedback Method (ArcObjects .NET 10.5 SDK) |
The display feedback for the constructor.
[Visual Basic .NET] Public Function CreateFeedback ( _ ) As IDisplayFeedback
[C#] public IDisplayFeedback CreateFeedback ( );
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.