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


IDimensionConstructor.StartFeedback 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.StartFeedback Method
ArcGIS Developer Help

IDimensionConstructor.StartFeedback Method

Starts the display feedback for the dimension constructor.

[Visual Basic .NET]
Public Sub StartFeedback ( _
    ByVal point As IPoint, _
    ByVal style As IDimensionStyle _
)
[C#]
public void StartFeedback (
    IPoint point,
    IDimensionStyle style
);

Product Availability

Available with ArcGIS Desktop.

Remarks

StartFeedback will start the display of the feedback object when the first point is added to the edit sketch.  All properties required by the feedback object should be specified at this point and the feedback should be started.

See Also

IDimensionConstructor Interface