Utility Trace Parameters
Constructors
Constructs a new UtilityTraceParameters from a predefined trace options with the supplied starting locations.
Constructs a new UtilityTraceParameters for the specified trace type and with the supplied starting locations.
Properties
The collection of barriers.
The collection of filter barriers. A regular barrier, specified by UtilityTraceParameters.barriers, prevents traversal which, when used with subnetwork-based traces, can prevent traversal to the subnetwork controller. Like UtilityTraceConfiguration.filter, filter barriers are evaluated in the second pass of a trace. Therefore, it can restrict the result set without impacting the ability to find subnetwork controllers from starting points.
A collection that is pre-populated with the default of UtilityTraceResultType.Elements; it corresponds to the UtilityTraceResult collection returned by UtilityNetwork.trace(UtilityTraceParameters).
The collection of starting locations.
The complete collection of trace options.
The trace type.