ResetEnvironments

Zusammenfassung

Resets all environment settings to their default settings.

Diskussion

Alternatively, the EnvManager class can be used to temporarily set an environment's value without using ResetEnvironment.

Syntax

ResetEnvironments ()

Codebeispiel

ResetEnvironments example

Resets all environment settings to their default values.

import arcpy

# Reset environment settings to default settings.
arcpy.ResetEnvironments()

Verwandte Themen