Controls the sticky move tolerance.
[Visual Basic .NET] Public Property StickyMoveTolerance As Integer
[C#] public int StickyMoveTolerance {get; set;}
[C++]
HRESULT get_StickyMoveTolerance(
long* tol
);
[C++]
HRESULT put_StickyMoveTolerance(
long tol
);
[C++]Parameters
tol [out, retval] tol is a parameter of type long tol [in] tol is a parameter of type long
Product Availability
Available with ArcGIS Engine.
Description
StickyMoveTolerance determines the minimum distance (measured in pixels) the cursor must move before the edit is completed. This can be helpful in preventing small inadvertent shifts of features when editing. By default StickyMoveTolerance is 0.
Errors Returned
1084 800a043c: The specified value is invalid