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.

System.Collections.Generic.IEnumerable<UtilityElement> startingLocations

The starting locations to begin the trace at.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.14
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7
Relevant samples
Configure subnetwork trace: Get a server-defined trace configuration for a given tier and modify its traversability scope, add new condition barriers and control what is included in the subnetwork trace result.
Perform valve isolation trace: Run a filtered trace to locate operable features that will isolate an area from the flow of network resources.
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.

UtilityTraceParameters(UtilityNamedTraceConfiguration, IEnumerable<UtilityElement>)

Initializes a new instance of the UtilityTraceParameters class from a predefined 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.

System.Collections.Generic.IEnumerable<UtilityElement> startingLocations

The collection of starting locations.

Applies to

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