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


ISimpleLineCallout.AutoSnap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineCallout Interface > ISimpleLineCallout.AutoSnap Property
ArcGIS Developer Help

ISimpleLineCallout.AutoSnap Property

Indicates if the auto-snap property is enabled.

[Visual Basic .NET]
Public Property AutoSnap As Boolean
[C#]
public bool AutoSnap {get; set;}
[C++]
HRESULT get_AutoSnap(
  Boolean* flag
);
[C++]
HRESULT put_AutoSnap(
  VARIANT_BOOL flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool* flag [in]
flag is a parameter of type bool

Product Availability

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

Description

AutoSnap is a boolean indicator that specifies if the leader will be snapped the the closest horizontal and vertical alignment zones of the text. The default AutoSnap is True.

See Also

ISimpleLineCallout Interface