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


ICalloutFeedback Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICalloutFeedback Interface
ArcGIS Developer Help

ICalloutFeedback Interface

Provides access to members that control the callout feedback. Note: the ICalloutFeedback interface has been superseded by ICalloutFeedback2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Write-only property Display The display the feedback object will use.
Method MoveAnchorTo Moves the anchor point to the given point.
Method MoveTo Move to the new point.
Method Refresh Call this after a refresh to show feedback again.
Method Start Begins a feedback of the given symbol.
Method Stop Stops the feedback and returns the shape.
Read/write property Symbol The symbol the feedback object will use.

Inherited Interfaces

Interfaces Description
IDisplayFeedback Provides access to members that control the base display feedback.

Classes that implement ICalloutFeedback

Classes Description
CalloutFeedback Move Callout Display Feedback Object.