This document is archived and information here might be outdated. Recommended version. |
Controls the sticky move tolerance.
[Visual Basic .NET]
Public Property StickyMoveTolerance As Integer
[C#]
public int StickyMoveTolerance {get; set;}
[C++]
HRESULT get_StickyMoveTolerance(
System.Int32* 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
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.
1084 800a043c: The specified value is invalid