ClearEnvironment method |
|
Release 9.3
Last modified January 19, 2010 |
![]() ![]() ![]() Print all topics in : "Properties and Methods" |
Note:
This topic was updated for 9.3.1.
Resets a specific environment setting to its default
Part | Description |
object | The instantiated geoprocessing object |
environmentName | The name of the environment setting that will be reset to its default setting |
import arcgisscripting gp = arcgisscripting.create(9.3) gp.xytolerance = "0.01 meters" gp.ClearEnvironment("xytolerance") print gp.xytolerance