Summary
Adds a network attribute to a trace network.
Usage
A network attribute can be associated with only one attribute on a feature class; however, it can be associated with multiple feature classes.
The network topology must be disabled.
This tool can be used with the Set Network Attribute tool, which is used to assign the network attribute to a feature class field in the trace network.
Syntax
AddNetworkAttribute(in_trace_network, attribute_name, attribute_type, {is_nullable})
Parameter | Explanation | Data Type |
in_trace_network | The input trace network to which the network attribute will be added. | Trace Network; Trace Network Layer |
attribute_name | The name of the network attribute to add to the trace network. | String |
attribute_type | Specifies the data type of the network attribute.
| String |
is_nullable (Optional) | Specifies whether the network attribute will support null values.
| Boolean |
Derived Output
Name | Explanation | Data Type |
out_trace_network | The updated trace network. | Trace Network |
Code sample
Add a network attribute named Velocity with a double attribute type.
import arcpy
arcpy.AddNetworkAttribute_tn("Trace Network", "Velocity", "DOUBLE")
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: No
- Standard: Yes
- Advanced: Yes