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


ICallout.LeaderTolerance Property (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 > ICallout.LeaderTolerance Property
ArcGIS Developer Help

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(
  System.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