UtilityTerminal QML Type
A single terminal on a junction feature. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
- List of all members, including inherited members
- UtilityTerminal is part of QML Type List.
Properties
- isUpstreamTerminal : bool
- name : string
- terminalId : int
Detailed Description
Terminal objects can be obtained from UtilityTerminalConfiguration::terminals.
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only, since Esri.ArcGISRuntime 100.8] isUpstreamTerminal : bool |
Returns whether the terminal is upstream (read-only).
This property was introduced in Esri.ArcGISRuntime 100.8.
[read-only] name : string |
Returns the code name for the utility terminal (read-only).
[read-only] terminalId : int |
Returns the terminal ID for the utility terminal (read-only).