Show / Hide Table of Contents

Class UtilityNamedTraceConfiguration

A set of predefined trace options that can be used by UtilityTraceParameters to simplify configuring and running a trace operation.

Inheritance
Object
UtilityNamedTraceConfiguration
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityNamedTraceConfiguration
Remarks

Named trace configurations are created in the utility network and allow clients to perform trace analytics without needing to understand the data model. Applications can simply allow the user to choose from a set of named trace configurations that provide tracing capabilities. The set can be configured for different workflows, and a single application can be used by multiple customers and even across multiple problem domains.

Properties

Name Description
Creator

Gets the creator of the named trace configuration.

Description

Gets the description of the named trace configuration.

GlobalId

Gets the global ID of the named trace configuration.

MinimumStartingLocations

Gets the minimum number of starting locations required for this trace type (e.g. shortest path trace requires 2).

Name

Gets the name of the named trace configuration.

ResultTypes

Gets the result types returned by this named trace configuration.

Tags

Gets the user tags of the named trace configuration.

TraceType

Gets the UtilityTraceType used by the named trace configuration.

Methods

Name Description
GetDefaultTraceConfiguration()

Gets a copy of the UtilityTraceConfiguration for this UtilityNamedTraceConfiguration.

Applies to

TargetVersions
.NET Standard 2.0100.11 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.