UtilityTerminalConfiguration QML Type
A utility network terminal configuration. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
Properties
- configuationPaths : list<UtilityTerminalConfigurationPath>
- defaultConfigurationPath : UtilityTerminalConfigurationPath
- directionality : Enums.UtilityTerminalDirectionality
- name : string
- terminalConfigurationId : int
- terminals : list<UtilityTerminal>
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[since Esri.ArcGISRuntime 100.8] configuationPaths : list<UtilityTerminalConfigurationPath> |
A list of configuration paths that constrain the flow paths between pairs of terminals.
Of the set of possible paths that can be drawn between a set of terminals, these paths are the valid ones. If this UtilityTerminalConfiguration instance does not have configuration paths defined, an empty list is returned.
This property was introduced in Esri.ArcGISRuntime 100.8.
[since Esri.ArcGISRuntime 100.8] defaultConfigurationPath : UtilityTerminalConfigurationPath |
The default UtilityTerminalConfigurationPath defined for this terminal configuration (read-only).
If this property is null
, configuration paths do not apply to this terminal configuration.
This property was introduced in Esri.ArcGISRuntime 100.8.
[since Esri.ArcGISRuntime 100.8] directionality : Enums.UtilityTerminalDirectionality |
The directionality setting of terminals on a device (read-only).
Directionality specifies whether flow through a device is one-way or bidirectional.
This property was introduced in Esri.ArcGISRuntime 100.8.
name : string |
Returns the name of the utility terminal configuration (read-only).
terminalConfigurationId : int |
Returns the terminal configuration ID of the utility terminal configuration (read-only).
terminals : list<UtilityTerminal> |
The list of UtilityTerminal objects in the terminal configuration (read-only).