This document is archived and information here might be outdated. Recommended version. |
The units used for the snap tolerance.
[Visual Basic .NET] Public Property SnapToleranceUnits As esriEngineSnapToleranceUnits
[C#] public esriEngineSnapToleranceUnits SnapToleranceUnits {get; set;}
[C++]
HRESULT get_SnapToleranceUnits(
esriEngineSnapToleranceUnits* units
);
[C++]
HRESULT put_SnapToleranceUnits(
esriEngineSnapToleranceUnits units
);
[C++] Parameters units [out, retval]
units is a parameter of type esriEngineSnapToleranceUnits* units [in]
units is a parameter of type esriEngineSnapToleranceUnits
SnapToleranceUnits defines the units used to define the radius used by active snap agents. By default The default SnapToleranceUnits is esriSnapTolerancePixels.
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values