M Tolerance (Environment setting)

Tools that honor this environment will override the default M tolerance on geodatasets created inside a geodatabase.

For a description of the default M tolerance, see the following topic: Spatial reference and geoprocessing.

Usage notes

Dialog syntax

M ToleranceThe M tolerance to be set on the geodatasets created by geoprocessing tools. If the default M tolerance is inadequate, set this environment.

Scripting syntax

arcpy.env.MTolerance = double

Parameters

Explanation

double

The M tolerance to be set on the geodatasets created by geoprocessing tools. If the default M tolerance is inadequate, set this environment.

M Tolerance syntax

Script example

import arcpy

# Set the MTolerance to 0.02
arcpy.env.MTolerance = 0.02

Related Topics

3/3/2014