Class UtilityNamedTraceConfiguration
A set of predefined trace options that can be used by UtilityTraceParameters to simplify configuring and running a trace operation.
Inheritance
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |