UtilityTerminalConfiguration QML Type

A utility network terminal configuration. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.6
Inherits:

Object

Properties

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.


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).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.