ArcObjects Library Reference (Display)  

ICallout Interface

Provides access to members that control the callout.

Product Availability

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

Description

ICallout is the genereric interface for properties common to IBalloonCallout, ILineCallout and ISimpleLineCallout. AnchorPoint is the location of the fixed from point on the leader. LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn.

Members

Description
Read/write property AnchorPoint The anchor point.
Read/write property LeaderTolerance The closest distance to the text the anchor point can be for the callout to draw.

CoClasses that implement ICallout

CoClasses and Classes Description
BalloonCallout A filled background that is placed behind text.
LineCallout A series of line symbols that link text to a specified location.
SimpleLineCallout A simple line that links text to a specified location.

See Also

ISimpleLineCallout Interface | IBalloonCallout Interface | ILineCallout Interface | ICallout Interface