Make Territory Solution Layer (Territory Design)

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

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

Creates a group layer that represents a territory solution from an existing territory solution dataset.

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

  • The input data must be a feature dataset that represents an existing territory solution.

Параметры

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

The input territory solution.

Feature Dataset; String
Output Territory Solution Layer

The output territory solution group layer.

Group Layer

arcpy.td.MakeTerritorySolutionLayer(in_territory_dataset, out_territory_solution)
ИмяОписаниеТип данных
in_territory_dataset

The input territory solution.

Feature Dataset; String
out_territory_solution

The output territory solution group layer.

Group Layer

Пример кода

MakeTerritorySolutionLayer example (Python window)

The following Python window script demonstrates how to use the MakeTerritorySolutionLayer tool.

import arcpy
arcpy.td.MakeTerritorySolutionLayer(r"C:\Temp\sampledata.gdb\TerritorySolution”, “TD”)

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

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

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

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

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