ArcObjects Library Reference (Display)  

ICallout.LeaderTolerance Property

The closest distance to the text the anchor point can be for the callout to draw.

[Visual Basic .NET]
Public Property LeaderTolerance As Double
[C#]
public double LeaderTolerance {get; set;}
[C++]
HRESULT get_LeaderTolerance(
  double* LeaderTolerance
);
[C++]
HRESULT put_LeaderTolerance(
  double LeaderTolerance
);
[C++]

Parameters

LeaderTolerance [out, retval]   LeaderTolerance is a parameter of type double LeaderTolerance [in]   LeaderTolerance is a parameter of type double

Product Availability

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

Description

LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn. This distance is specified in points (approx. 1/72 of an inch).

See Also

ICallout Interface