ArcObjects Library Reference (Display)  

ISimpleLineCallout Interface

Provides access to members that control the Simple Line Callout.

Product Availability

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

Description

SimpleLineCallout can be used to display a callout comprised of a single leader line drawn from the anchor point to the text. Use the ICallout interface to set additional properties for the ISimpleLineCallout.

Members

Description
Read/write property AnchorPoint The anchor point.
Read/write property AutoSnap Indicates if the auto-snap property is enabled.
Read/write property LeaderTolerance The closest distance to the text the anchor point can be for the callout to draw.
Read/write property LineGeometry The geometry used for the Callout.
Read/write property LineSymbol The line symbol used for the Callout.

Inherited Interfaces

Interfaces Description
ICallout Provides access to members that control the callout.

CoClasses that implement ISimpleLineCallout

CoClasses and Classes Description
SimpleLineCallout A simple line that links text to a specified location.