Show / Hide Table of Contents

Property OutputAssetTypes

OutputAssetTypes

Gets a collection of UtilityAssetType objects which specifies what to include in the trace results.

Declaration
public IList<UtilityAssetType> OutputAssetTypes { get; }
Property Value
Type Description
System.Collections.Generic.IList<UtilityAssetType>

A collection of UtilityAssetType objects which specifies what to include in the trace results.

Remarks

Only elements that belong to this UtilityAssetType are included in the trace result. This property is independent of asset types in the Filter. This is applied after all other tracing calculations, including traversal, filters, and function calculation. If this is empty and OutputCondition is null, all elements are returned. Otherwise, elements which match either of these criteria are returned.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.9 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.9 - 200.7
Xamarin.Android100.9 - 100.15
Xamarin.iOS100.9 - 100.15
UWP100.9 - 200.7
In This Article
Back to top Copyright © 2022 Esri.