Подпись | Описание | Тип данных |
Input Territory Solution Dataset
| The input territory solution. | Feature Dataset; String |
Output Territory Solution Layer
| The output territory solution group layer. | Group Layer |
Доступно с лицензией 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.
Параметры
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 |
Пример кода
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