UtilityTerminal QML Type
A single terminal on a junction feature. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
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
[since Esri.ArcGISRuntime 100.8] isUpstreamTerminal : bool |
Returns whether the terminal is upstream (read-only).
This property was introduced in Esri.ArcGISRuntime 100.8.
name : string |
Returns the code name for the utility terminal (read-only).
terminalId : int |
Returns the terminal ID for the utility terminal (read-only).