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

Output M domain

Release 9.2
Last modified September 4, 2007
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 Datatype
<value> Allowable coordinate range for m- (measure) values. The m domain requires the following values:
  • M Min—Minimum m- (measure) value.
  • M Max—Maximum m- (measure) 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 Datatype
value (Required) Allowable coordinate range for m- (measure) values. The m domain requires the following values:
  • M Min—Minimum m- (measure) value.
  • M Max—Maximum m- (measure) 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.