ArcGIS Runtime SDK for iOS
100.15
|
A utility network terminal configuration.
Properties | |
NSArray< AGSUtilityTerminalConfigurationPath * > * | configurationPaths |
AGSUtilityTerminalConfigurationPath * | defaultConfigurationPath |
AGSUtilityTerminalDirectionality | directionality |
NSString * | name |
NSInteger | terminalConfigurationID |
NSArray< AGSUtilityTerminal * > * | terminals |
|
readnonatomiccopy |
The configuration paths that constrain the flow paths between pairs of terminals. Of the set of possible paths that can be drawn between a set of terminals, these paths are the valid ones. If this AGSUtilityTerminalConfiguration
object does not have configuration paths defined, an empty array is returned.
|
readnonatomicstrong |
The default AGSUtilityTerminalConfigurationPath
object defined for this terminal configuration. If this property returns nil
, configuration paths do not apply to this terminal configuration.
|
readnonatomicassign |
The directionality setting of terminals on a device. Directionality specifies whether flow through a device is one-way or bidirectional.
|
readnonatomiccopy |
The name of the terminal configuration.
|
readnonatomicassign |
The ID of the terminal configuration.
|
readnonatomiccopy |
The array of terminals of the terminal configuration.