ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceConfiguration Class / OutputAssetTypes Property

In This Topic
    OutputAssetTypes Property
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also