ESRI.ArcGIS.Mobile
ToleranceUnits Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SnappingEngine Class : ToleranceUnits Property

Gets or sets the tolerance units.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DescriptionAttribute("Units of the tolerance.")>
<CategoryAttribute("Snapping")>
Public Property ToleranceUnits As SnapToleranceUnits
C# 
[CompilerGeneratedAttribute()]
[DescriptionAttribute("Units of the tolerance.")]
[CategoryAttribute("Snapping")]
public SnapToleranceUnits ToleranceUnits {get; set;}

Remarks

If tolerance units is pixels, the tolerance value will be converted to map units.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also