ESRI.ArcGIS.ADF.IMS
ToleranceUnits Property
See Also 
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).

See Also

© 2010 All Rights Reserved.