|
| ESRI.ArcGIS.ADF.IMS | |
| ToleranceUnits Property | |
| See Also | |
| ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Filter Class : ToleranceUnits Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property ToleranceUnits As BufferUnits | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public BufferUnits ToleranceUnits {get; set;} | |
For an example of using a buffer tolerance around the filter geometry, see
FeatureLayer.Query.
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).