UtilityTraceParameters

constructor(namedTraceConfiguration: UtilityNamedTraceConfiguration, startingLocations: Iterable<UtilityElement>)

Constructs a new UtilityTraceParameters from a predefined trace options with the supplied starting locations.

Since

200.1.0

Parameters

namedTraceConfiguration

The UtilityNamedTraceConfiguration from which the UtilityTraceParameters object is generated.

startingLocations

The collection of starting locations.

See also


constructor(traceType: UtilityTraceType, startingLocations: Iterable<UtilityElement>)

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

Since

200.1.0

Parameters

traceType

The type of trace to perform.

startingLocations

The collection of starting locations.