Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Environment Settings > General settings

M Tolerance

Release 9.3
Last modified December 17, 2008
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "General settings"


Related Topics


NOTE: This environment is only applicable to ArcGIS 9.2 or higher.



Specify the M tolerance that will be used for processing and set to the output geodataset.

Learn more about M tolerance.


Usage tips




Command line syntax


An overview of the command line window

MTolerance <Linear unit>


Parameters Explanation Data type
<Double> Tolerance value for adjusting m-values during cluster processing.
The default value is 10 * the M resolution.
Double

Data types for geoprocessing tool parameters

Command line example


MTolerance 0.02


Scripting syntax

An overview of scripting in geoprocessing

MTolerance (Linear unit)


Parameters Explanation Data type
Double (Required) Tolerance value for adjusting m-values during cluster processing. The default value is 10 * the M resolution. Double

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "h:/workspace"
gp.MTolerance = "0.02"

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.