Disponible con licencia de Business Analyst.
Resumen
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.
Uso
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).
Sintaxis
CreateTargetGroup(target_group, input_type)
Parámetro | Explicación | Tipo de datos |
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 |
Muestra de código
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")
Entornos
Información de licenciamiento
- Basic: Requiere Business Analyst
- Standard: Requiere Business Analyst
- Advanced: Requiere Business Analyst