ESRI.ArcGIS.ADF.IMS
ToleranceUnits Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Filter Class : ToleranceUnits Property




Units that the tolerance is in.

Syntax

Visual Basic (Declaration) 
Public Property ToleranceUnits As BufferUnits
Visual Basic (Usage)Copy Code
Dim instance As Filter
Dim value As BufferUnits
 
instance.ToleranceUnits = value
 
value = instance.ToleranceUnits
C# 
public BufferUnits ToleranceUnits {get; set;}

Example

For an example of using a buffer tolerance around the filter geometry, see FeatureLayer.Query.

Remarks

Specifies the units for the Tolerance, which allows buffering geometry for selection with a Filter. ToleranceUnits should always be set when Tolerance is set. If not set, ToleranceUnits will default to the value in MapService.Units (of the MapService from which the MapView was derived).

Requirements

Target 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

© 2011 All Rights Reserved.