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


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

IDimensionConstructor.AddFeedbackPoint Method

Adds a point to the display feedback.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

When the first point is added StartFeedbackFromShape is called.  For all subsequent points that are added AddFeedbackPoint is called.  The point can be used to update the feedback if desired. 

See Also

IDimensionConstructor Interface