描述
用于向追踪网络中添加网络属性。
语法
AddNetworkAttribute(in_trace_network, attribute_name, attribute_type, {is_nullable})
参数 | 说明 | 数据类型 |
in_trace_network | 将添加网络属性的输入追踪网络。 | Trace Network; Trace Network Layer |
attribute_name | 要添加至追踪网络的网络属性的名称。 | String |
attribute_type | 指定网络属性的数据类型。
| String |
is_nullable (可选) | 指定网络属性是否支持空值。
| Boolean |
派生输出
名称 | 说明 | 数据类型 |
out_trace_network | 更新的追踪网络。 | 追踪网络 |
代码示例
添加一个名为 Velocity 且具有双精度属性类型的网络属性。
import arcpy
arcpy.AddNetworkAttribute_tn("Trace Network", "Velocity", "DOUBLE")
环境
此工具不使用任何地理处理环境。
许可信息
- Basic: 否
- Standard: 是
- Advanced: 是