You are here:
Geoprocessing tool reference
>
Environment Settings
>
General settings
Specifies whether output will contain .
Usage tips
Command line syntax
An overview of the command line window
OutputMFlag <DEFAULT | FALSE | TRUE>
<Same as Input | DISABLED| ENABLED> |
Specifies whether output feature classes will contain m- (measure) values.
- Same As Input—If the input features contain m-values, then the output feature class will also contain m-values. If the input features do not contain m-values, then the output feature class will not contain m-values. This is the default value.
- DISABLED—No output feature class will contain m-values, regardless of whether the input features have m-values.
- ENABLED—The output feature class will contain m-values, regardless of whether the input features have m-values.
|
String |
Data types for geoprocessing tool parameters
Command line example
OutputMFlag ENABLED
Scripting syntax
An overview of scripting in geoprocessing
OutputMFlag (DEFAULT | FALSE | TRUE)
DEFAULT | DISABLED| ENABLED (Required) |
Specifies whether output feature classes will contain m- (measure) values.
- DEFAULT—If the input features contain m-values, then the output feature class will also contain m-values. If the input features do not contain m-values, then the output feature class will not contain m-values. This is the default value.
- DISABLED—No output feature class will contain m-values, regardless of whether the input features have m-values.
- ENABLED—The output feature class will contain m-values, regardless of whether the input features have m-values.
|
String |
Data types for geoprocessing tool parameters
Script example
import arcgisscripting
gp = arcgisscripting.create()
gp.Workspace = "h:/workspace"
gp.OutputMFlag = "ENABLED"
Please visit the
Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.