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


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

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

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

Classes that implement ICallout

Classes Description

See Also

ICallout Interface | ILineCallout Interface | ISimpleLineCallout Interface | IBalloonCallout Interface