ArcObjects Library Reference (Editor)  

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