The user interface for the UtilityNetworkTrace tool. More...
Import Statement: | import Esri.ArcGISRuntime.Toolkit |
Since: | Esri.ArcGISRuntime 200.0 |
- List of all members, including inherited members
- UtilityNetworkTrace is part of ArcGISQtToolkitUiQmlViews group.
Properties
- geoView : GeoView
Detailed Description
The UI is only displayed if there is at least one Utility Network loaded in the data model. When there are multiple Utility Networks present in the map, the first one in the list is displayed.
The UI includes a TabBar with one tab for configuring a new trace and another Tab for displaying results.
The new trace Tab includes a custom UtilityNetworkTraceStartingPointsModel for displaying the different properties of starting points in the UI.
The result Tab itself contains a TabBar of the results made up of custom Tabs defined in UtilityNetworkFunctionTraceResultsModel.
Property Documentation
geoView : GeoView |
The GeoView
for this tool. Currently, it can be a Map
; but could be extended to use a Scene
as well.