Provides access to members that control the callout feedback.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Display | The display the feedback object will use. | |
MoveAnchorTo | Moves the anchor point to the given point. | |
MoveTo | Move to the new point. | |
Refresh | Call this after a refresh to show feedback again. | |
Start | Begins a feedback of the given symbol. | |
Stop | Stops the feedback and returns the shape. | |
Symbol | The symbol the feedback object will use. |
Inherited Interfaces
Interfaces | Description |
---|---|
IDisplayFeedback | Provides access to members that control the base display feedback. |
CoClasses that implement ICalloutFeedback2
CoClasses and Classes | Description |
---|---|
CalloutFeedback | Move Callout Display Feedback Object. |
Remarks
A CalloutFeedback may be used to move either the Callout itself or the AnchorPoint. It returns a Polyline representing the new outline of the callout. This polyline can be useful; however, in order to move the Callout, it is simpler to calculate the shift in x and y between the start and endpoints of the feedback operation, then move the callout by the specified amount.