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

相关主题