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


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

IDimensionConstructor.StartFeedbackFromShape Method

Starts the display feedback for the dimension constructor from an existing geometry.

[Visual Basic .NET]
Public Sub StartFeedbackFromShape ( _
    ByVal shape As IGeometry, _
    ByVal style As IDimensionStyle _
)
[C#]
public void StartFeedbackFromShape (
    IGeometry shape,
    IDimensionStyle style
);

Product Availability

Available with ArcGIS Desktop.

Remarks

StartFeedbackFromShape is called when the first point is added to the edit sketch.  The input geometry should be used to add all the points in the sketchGeometry to the DimensionFeedback object.

See Also

IDimensionConstructor Interface