Show / Hide Table of Contents

Constructor UtilityTraceParameters

UtilityTraceParameters(UtilityTraceType, IEnumerable<UtilityElement>)

Initializes a new instance of the UtilityTraceParameters class for the specified trace type and with the supplied starting locations.

Declaration
public UtilityTraceParameters(UtilityTraceType traceType, IEnumerable<UtilityElement> startingLocations)
Parameters
Type Name Description
UtilityTraceType traceType

The type of trace to perform.

IEnumerable<UtilityElement> startingLocations

The starting locations to begin the trace at.

Applies to

Platforms and versions
TargetVersions
UWP100.15

UtilityTraceParameters(UtilityNamedTraceConfiguration, IEnumerable<UtilityElement>)

Initializes a new instance of the UtilityTraceParameters class from a pre-defined trace options with the supplied starting locations.

Declaration
public UtilityTraceParameters(UtilityNamedTraceConfiguration namedTraceConfiguration, IEnumerable<UtilityElement> startingLocations)
Parameters
Type Name Description
UtilityNamedTraceConfiguration namedTraceConfiguration

The UtilityNamedTraceConfiguration from which the TraceConfiguration object is generated.

IEnumerable<UtilityElement> startingLocations

The collection of starting locations.

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.