Add Trace Locations (Utility Network)

ArcGIS Pro 3.4 | | Help archive

Summary

Creates a feature class to be used as the starting points and barriers input for the Trace tool.

Usage

  • The output feature class has the same schema as the input starting points and barriers required as input for the Trace tool. This allows you to specify different trace locations across trace operations in ModelBuilder or a scripting environment.

  • You cannot simultaneously specify values for the Load Selected Features and Trace Locations parameters; they are mutually exclusive.

Parameters

LabelExplanationData Type
Input Utility Network

The input utility network where the trace locations will be added.

Utility Network; Utility Network Layer
Output Feature Class

The output feature class containing the trace locations. If you provide a new feature class name, a new output feature class will be created.

Note:

When working with utility network version 7 or later, the output feature class must be created in a mobile, file, or enterprise geodatabase

To use an existing feature class that was previously created by this tool and append or overwrite the existing locations, provide the name of the existing feature class.

Feature Class
Load Selected Features
(Optional)

Specifies whether selected features in the active map will be loaded as trace locations.

  • Checked—Trace locations will be loaded based on the selection in the map.
  • Unchecked—Trace locations will not be loaded based on the selection in the map. This is the default. However, trace locations can be loaded using the Trace Locations parameter.

Boolean
Clear Trace Locations
(Optional)

Specifies whether existing trace locations will be cleared from the output feature class.

  • Checked—Existing trace locations will be cleared.
  • Unchecked—Existing trace locations will not be cleared; they will be kept. This is the default.

Boolean
Trace Locations
(Optional)

The trace locations that will be added to the output feature class. If you are not using the Load Selected Features parameter in an active map, you can use this parameter to specify the utility network features to add as trace locations by providing the required values in the value table.

The trace locations properties are as follows:

  • Layer Name—The layer participating in the utility network that contains a starting point or barrier location to be added. If there is an active map, only layers from the map are allowed.
  • Global ID—The Global ID of the layer feature for the location that will be added.
  • Terminal ID—The terminal ID of the layer feature for the location that will be added.
  • Percent Along—The percent along value of the layer feature. For line features, the default value is 0.5.

Value Table
Filter Barrier

Specifies whether the barriers for the trace locations will behave as filter barriers.

  • Checked—The barriers will behave as filter barriers. This is useful for subnetwork-based traces in which the barrier allows the subnetwork to be evaluated first and is then applied on a second traversal of the network features.
  • Unchecked—The barriers will not behave as filter barriers; they will behave as traversability barriers, which define the extent of subnetworks, and will be evaluated on the first pass. This is the default.

Note:

This parameter requires ArcGIS Enterprise10.8.1or later.

Boolean

Licensing information

  • Basic: No
  • Standard: Yes
  • Advanced: Yes

Related topics