Layer (arcpy.mapping)

サマリ

References a layer (.lyr) file stored on disk.

説明

For a more complete discussion, refer to the Layer Class help topic.

構文

Layer (lyr_file_path)
パラメータ説明データ タイプ
lyr_file_path

A string that includes the full path and file name of an existing layer (.lyr) file.

String
戻り値
データ タイプ説明
Layer

The Layer object provides access to a layer file's layer properties and provides different options for saving a layer (.lyr) file to disk.

4/26/2014