M Resolution (Environment setting)

Tools that honor this environment will apply the M resolution to output geodatasets.

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

Usage notes

Dialog syntax

M Resolution—The M resolution to be set on the output geodatasets. Set this environment if the default M resolution is inadequate.

Scripting syntax

arcpy.env.MResolution = double

Parameters

Explanation

double

Sets the M resolution to be used on output geodatasets. The M resolution, expressed as a very small distance, refers to the number of significant digits used to store M values.

MResolution syntax

Script example

import arcpy

# Set the MResolution environment to a double
arcpy.env.MResolution = 0.002

Related Topics

2/10/2014