UtilityTerminalPath QML Type
UtilityTerminal objects.">
UtilityTerminalPath QML Type | ArcGISQtQml
Esri.ArcGISRuntime
UtilityTerminalPath
Specifies a flow path between two UtilityTerminal objects. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.8 |
Inherits: |
- List of all members, including inherited members
- UtilityTerminalPath is part of QML Type List.
Properties
- fromTerminal : UtilityTerminal
- toTerminal : UtilityTerminal
Detailed Description
Property Documentation
[read-only] fromTerminal : UtilityTerminal |
Returns the UtilityTerminal that marks the beginning of the flow path (read-only).
[read-only] toTerminal : UtilityTerminal |
Returns the UtilityTerminal that marks the end of the flow path (read-only).