ArcGIS Runtime SDK for iOS: AGSUtilityTerminalPath Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityTerminalPath Class Reference

Description

Specifies a flow path between two AGSUtilityTerminal objects.

Since
100.8
Inheritance diagram for AGSUtilityTerminalPath:
AGSObject

Properties

AGSUtilityTerminalfromTerminal
 
AGSUtilityTerminaltoTerminal
 

Property Documentation

◆ fromTerminal

- (AGSUtilityTerminal*) fromTerminal
readnonatomicstrong

The AGSUtilityTerminal that marks the beginning of the flow path.

Since
100.8

◆ toTerminal

- (AGSUtilityTerminal*) toTerminal
readnonatomicstrong

The AGSUtilityTerminal that marks the end of the flow path.

Since
100.8