ArcObjects Library Reference (Display)  

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(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_AutoSnap(
  VARIANT_BOOL flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL flag [in]   flag is a parameter of type VARIANT_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