Class UtilityNetworkTraceTool
Represents a control that enables user to perform trace analysis with pre-configured trace types.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class UtilityNetworkTraceTool : TemplatedView
Constructors
| Improve this Doc View SourceUtilityNetworkTraceTool()
Initializes a new instance of the UtilityNetworkTraceTool class.
Declaration
public UtilityNetworkTraceTool()
Fields
| Improve this Doc View SourceAutoZoomToTraceResultsProperty
Identifies the AutoZoomToTraceResults bindable property.
Declaration
public static readonly BindableProperty AutoZoomToTraceResultsProperty
Field Value
Type | Description |
---|---|
BindableProperty |
GeoViewProperty
Identifies the GeoView bindable property.
Declaration
public static readonly BindableProperty GeoViewProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ResultFillSymbolProperty
Identifies the ResultFillSymbol bindable property.
Declaration
public static readonly BindableProperty ResultFillSymbolProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ResultLineSymbolProperty
Identifies the ResultLineSymbol bindable property.
Declaration
public static readonly BindableProperty ResultLineSymbolProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ResultPointSymbolProperty
Identifies the ResultPointSymbol bindable property.
Declaration
public static readonly BindableProperty ResultPointSymbolProperty
Field Value
Type | Description |
---|---|
BindableProperty |
StartingPointSymbolProperty
Identifies the StartingPointSymbol bindable property.
Declaration
public static readonly BindableProperty StartingPointSymbolProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceAutoZoomToTraceResults
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 |
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.
ResultFillSymbol
Gets or sets a
Declaration
public Symbol? ResultFillSymbol { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Symbol> | A |
ResultLineSymbol
Gets or sets a
Declaration
public Symbol? ResultLineSymbol { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Symbol> | A |
ResultPointSymbol
Gets or sets a
Declaration
public Symbol? ResultPointSymbol { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Symbol> | A |
StartingPointSymbol
Gets or sets a
Declaration
public Symbol? StartingPointSymbol { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Symbol> | A |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Events
| Improve this Doc View SourceUtilityNetworkChanged
Event raised when a new utility network is selected.
Declaration
public event EventHandler<UtilityNetworkChangedEventArgs>? UtilityNetworkChanged
Event Type
Type | Description |
---|---|
Nullable<EventHandler<UtilityNetworkChangedEventArgs>> |
UtilityNetworkTraceCompleted
Event raised when a utility network trace is completed.
Declaration
public event EventHandler<UtilityNetworkTraceCompletedEventArgs>? UtilityNetworkTraceCompleted
Event Type
Type | Description |
---|---|
Nullable<EventHandler<UtilityNetworkTraceCompletedEventArgs>> |