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

Output M domain

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

Print all topics in : "Geodatabase settings"


Related Topics

Allowable coordinate range for m- (measure) values.


Usage tips




Command line syntax

An overview of the command line window

mdomain <value>


Parameters Explanation Data type
<value> Allowable coordinate range for m- (measure) values. The M domain requires the following values:
  • M Min—Minimum m-value
  • M Max—Maximum m-value
String

Data types for geoprocessing tool parameters

Command line example



MDomain "9689921.98576562 27282108.0219896"



Scripting syntax

An overview of scripting in geoprocessing

mdomain (value)


Parameters Explanation Data type
value (Required) Allowable coordinate range for M-values. The M domain requires the following values:
  • M Min—Minimum m-value
  • M Max—Maximum m-value
String

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.MDomain = "27282108.0219896 27282108.0219896"


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