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


IDimensionConstructor.StopFeedback Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionConstructor Interface > IDimensionConstructor.StopFeedback Method
ArcGIS Developer Help

IDimensionConstructor.StopFeedback Method

Stops the display feedback.

[Visual Basic .NET]
Public Sub StopFeedback ( _
)
[C#]
public void StopFeedback (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

StopFeedback will stop the display feedback.  StopFeedback is automatically called when IDimensionConstructor::CanFinish returns True.  At this time you should stop the DimensionFeedback object and dereference it. If desired you can use the IDimensionShape returned from INewDimensionFeedback::Stop as the basis for constructing the dimension feature.  ConstructDimension is called immediately follwing StopFeedback.

See Also

IDimensionConstructor Interface | IDimensionShape Interface | INewDimensionFeedback Interface