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


IEngineEditProperties2.StickyMoveTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties2 Interface > IEngineEditProperties2.StickyMoveTolerance Property
ArcGIS Developer Help

IEngineEditProperties2.StickyMoveTolerance Property

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

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

See Also

IEngineEditProperties2 Interface