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


IAnnotationConstructor.AddFeedbackPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IAnnotationConstructor.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

AddFeedbackPoint is called whenever a point is added to the edit sketch.  The point can be used to update the feedback if desired. 

See Also

IAnnotationConstructor Interface