UtilityTerminalPath Class
Specifies a flow path between two UtilityTerminal objects. More...
Header: | #include <UtilityTerminalPath> |
Since: | Esri::ArcGISRuntime 100.8 |
Inherits: | Esri::ArcGISRuntime::Object |
This class was introduced in Esri::ArcGISRuntime 100.8.
Public Functions
virtual | ~UtilityTerminalPath() override |
Esri::ArcGISRuntime::UtilityTerminal * | fromTerminal() const |
Esri::ArcGISRuntime::UtilityTerminal * | toTerminal() const |
Detailed Description
Member Function Documentation
[override virtual]
UtilityTerminalPath::~UtilityTerminalPath()
Destructor.
Esri::ArcGISRuntime::UtilityTerminal *UtilityTerminalPath::fromTerminal() const
Returns the UtilityTerminal that marks the beginning of the flow path.
Esri::ArcGISRuntime::UtilityTerminal *UtilityTerminalPath::toTerminal() const
Returns the UtilityTerminal that marks the end of the flow path.