Show / Hide Table of Contents

Class UtilityNetworkTraceTool

Represents a control that enables user to perform trace analysis with pre-configured trace types.

Inheritance
Object
UtilityNetworkTraceTool
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class UtilityNetworkTraceTool : TemplatedView

Constructors

| Improve this Doc View Source

UtilityNetworkTraceTool()

Initializes a new instance of the UtilityNetworkTraceTool class.

Declaration
public UtilityNetworkTraceTool()

Fields

| Improve this Doc View Source

AutoZoomToTraceResultsProperty

Identifies the AutoZoomToTraceResults bindable property.

Declaration
public static readonly BindableProperty AutoZoomToTraceResultsProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

GeoViewProperty

Identifies the GeoView bindable property.

Declaration
public static readonly BindableProperty GeoViewProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ResultFillSymbolProperty

Identifies the ResultFillSymbol bindable property.

Declaration
public static readonly BindableProperty ResultFillSymbolProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ResultLineSymbolProperty

Identifies the ResultLineSymbol bindable property.

Declaration
public static readonly BindableProperty ResultLineSymbolProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ResultPointSymbolProperty

Identifies the ResultPointSymbol bindable property.

Declaration
public static readonly BindableProperty ResultPointSymbolProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

StartingPointSymbolProperty

Identifies the StartingPointSymbol bindable property.

Declaration
public static readonly BindableProperty StartingPointSymbolProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

AutoZoomToTraceResults

Gets or sets a value indicating whether the GeoView should automatically zoom to show trace results.

Declaration
public bool AutoZoomToTraceResults { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

GeoView

Gets or sets the GeoView associated with this view.

Declaration
public GeoView? GeoView { get; set; }
Property Value
Type Description
Nullable<GeoView>
Remarks

If set, SearchView will add a graphics overlay for showing results, and will automatically navigate to show search results.

| Improve this Doc View Source

ResultFillSymbol

Gets or sets a that represents an aggregated polygon trace result.

Declaration
public Symbol? ResultFillSymbol { get; set; }
Property Value
Type Description
Nullable<Symbol>

A that represents an aggregated polygon trace result.

| Improve this Doc View Source

ResultLineSymbol

Gets or sets a that represents an aggregated polyline trace result.

Declaration
public Symbol? ResultLineSymbol { get; set; }
Property Value
Type Description
Nullable<Symbol>

A that represents an aggregated polyline trace result.

| Improve this Doc View Source

ResultPointSymbol

Gets or sets a that represents an aggregated multipoint trace result.

Declaration
public Symbol? ResultPointSymbol { get; set; }
Property Value
Type Description
Nullable<Symbol>

A that represents an aggregated multipoint trace result.

| Improve this Doc View Source

StartingPointSymbol

Gets or sets a that represents a starting point.

Declaration
public Symbol? StartingPointSymbol { get; set; }
Property Value
Type Description
Nullable<Symbol>

A that represents a starting point.

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()

Events

| Improve this Doc View Source

UtilityNetworkChanged

Event raised when a new utility network is selected.

Declaration
public event EventHandler<UtilityNetworkChangedEventArgs>? UtilityNetworkChanged
Event Type
Type Description
Nullable<EventHandler<UtilityNetworkChangedEventArgs>>
| Improve this Doc View Source

UtilityNetworkTraceCompleted

Event raised when a utility network trace is completed.

Declaration
public event EventHandler<UtilityNetworkTraceCompletedEventArgs>? UtilityNetworkTraceCompleted
Event Type
Type Description
Nullable<EventHandler<UtilityNetworkTraceCompletedEventArgs>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX