ArcGIS Pro 2.9 API Reference Guide
OutputAssetTypes Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > TraceConfiguration Class : OutputAssetTypes Property
A list of ArcGIS.Core.Data.UtilityNetwork.AssetType objects to indicate inclusion in trace results.
Syntax
public IReadOnlyList<AssetType> OutputAssetTypes {get; set;}
Public Property OutputAssetTypes As IReadOnlyList(Of AssetType)
Remarks
Output asset types are applied after all other tracing calculations, including traversal, filters, and function calculation. If a row's ArcGIS.Core.Data.UtilityNetwork.AssetType belongs to this list, the row is included in the trace results. If this property and OutputCondition are both null, all rows are returned. Otherwise, rows which match either of these criteria are returned.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TraceConfiguration Class
TraceConfiguration Members