Class UtilityNetworkTraceCompletedEventArgs
Event argument used by UtilityNetworkTraceCompleted event.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public sealed class UtilityNetworkTraceCompletedEventArgs : EventArgs
Properties
| Improve this Doc View SourceError
Gets the Esri.ArcGISRuntime raised by trace.
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
Exception | The Esri.ArcGISRuntime raised by trace. |
Parameters
Gets the
Declaration
public UtilityTraceParameters Parameters { get; }
Property Value
Type | Description |
---|---|
UtilityTraceParameters | The |
Results
Gets the Esri.ArcGISRuntime returned by trace.
Declaration
public IEnumerable<UtilityTraceResult> Results { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UtilityTraceResult> | The Esri.ArcGISRuntime returned by trace. |