UtilityTraceParameters constructor

UtilityTraceParameters(
  1. UtilityTraceType traceType, {
  2. required List<UtilityElement> startingLocations,
})

Creates a new UtilityTraceParameters for the specified trace type and with the supplied starting locations.

Parameters:

  • traceType — The type of trace to perform.
  • startingLocations — The collection of starting locations.