Copy Territory Solution (Territory Design)

Доступно с лицензией Business Analyst.

Краткая информация

Creates a copy of a territory solution.

Использование

  • The input data must be an existing territory solution layer.

Параметры

ПодписьОписаниеТип данных
Input Territory Solution

The input territory solution.

Group Layer; Feature Dataset; String
Target Geodatabase

The location of the output geodatabase.

Workspace
Territory Solution Name

The name of the copied territory solution

String

Производные выходные данные

ПодписьОписаниеТип данных
Out Territory Solution

The copied territory solution.

Group Layer

arcpy.td.CopyTerritorySolution(in_territory_solution, target_gdb, territory_solution_name)
ИмяОписаниеТип данных
in_territory_solution

The input territory solution.

Group Layer; Feature Dataset; String
target_gdb

The location of the output geodatabase.

Workspace
territory_solution_name

The name of the copied territory solution

String

Производные выходные данные

ИмяОписаниеТип данных
out_territory_solution

The copied territory solution.

Group Layer

Пример кода

CopyTerritorySolution example (Python window)

The following Python window script demonstrates how to use the CopyTerritorySolution function.

import arcpy
arcpy.td.CopyTerritorySolution("TerritorySolution", r"C:\MyProject\fGDB.gdb", "TerritorySolution copy")

Параметры среды

Особые случаи

Информация о лицензиях

  • Basic: Обязательно Business Analyst
  • Standard: Обязательно Business Analyst
  • Advanced: Обязательно Business Analyst

Связанные разделы