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

M Resolution

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 resolution that will be used for processing and set to the output geodataset.

Learn more about M resolution.


Usage tips




Command line syntax

An overview of the command line window

MResolution <Linear unit>


Parameters Explanation Data type
<Double> The resolution of m-values when feature classes are created.
The default value is the same as the XY resolution of 0.0001 meter or its equivalent in map units.
Double

Data types for geoprocessing tool parameters

Command line example



MResolution 0.002


Scripting syntax

An overview of scripting in geoprocessing

MResolution <Linear unit>


Parameters Explanation Data type
Double (Required) The resolution of m-values when feature classes are created.
The default value is the same as the XY resolution of 0.0001 meter or its equivalent in map units.
Double

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "h:/workspace"

gp.MResolution = "0.002"

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