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.

Синтаксис

MakeTerritorySolutionLayer(in_territory_dataset, out_territory_solution)
ParameterОбъяснениеТип данных
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

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