Доступно с лицензией Business Analyst.
Сводка
Creates a new target group. A target group is a container for targets that you create, name, and populate with segments from a locally installed Business Analyst dataset.
Использование
The output Target Group parameter contains one or more targets.
The input Targets parameter is a collection of segments.
Segment IDs are separated by semicolons when more than one is assigned to a target—for example, 1C; 3A; 9B.
A target's color is defined by a hexadecimal value. For example, the hex color code for the RGB value of rgb(66, 135, 245) is #4287f5. If a hex code is not entered, the default color scheme will be applied.
The output of this tool is a new target group (*.sgtargetgroup).
Синтаксис
CreateTargetGroup(target_group, input_type)
Parameter | Объяснение | Тип данных |
target_group | The name for the output target group file. | File |
input_type [input_type,...] | Specifies a list of the targets to be added to the new target group.
| Value Table |
Пример кода
The following Python window script demonstrates how to use the CreateTargetGroup function.
import arcpy
arcpy.ba.CreateTargetGroup_ba(r"C:\ArcGIS\Projects\MyProject\SanFranAnalysisTG.sgtargetgroup, "Core 1A FCC5FC")
Environments
Информация о лицензиях
- Basic: Требуется Business Analyst
- Standard: Требуется Business Analyst
- Advanced: Требуется Business Analyst