A utility network terminal configuration. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
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
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.
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.
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.
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).