LoadSettings (arcpy)

Resumen

Loads environment settings from an environment settings file (text stored in an Extensible Markup Language [XML] schema). See also SaveSettings on how to save environment settings.

Sintaxis

LoadSettings (file_name)
ParámetroExplicaciónTipo de datos
file_name

An existing XML file that contains environment settings.

String

Ejemplo de código

LoadSettings example

Load settings from environment settings XML file.

import arcpy

# Load previously saved environment settings
#
arcpy.LoadSettings("C:/Data/MyCustomSettings.xml")

Temas relacionados

9/11/2013