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

Description

Restrictions within a transportation network.

Instances of this class represent a restriction that either completely prevents or attempts to avoid the traversal of an edge in a transportation network

Since
100
See also
http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/understanding-network-attributes.htm#GUID-4BAE3856-0B23-4D4B-937F-7C2B01FEB426
Inheritance diagram for AGSRestrictionAttribute:
AGSObject

Properties

NSDictionary< NSString *, id > * parameterValues
 
NSString * restrictionUsageParameterName
 

Property Documentation

◆ parameterValues

- (NSDictionary<NSString*,id>*) parameterValues
readnonatomiccopy

Values that specify how the restriction should be applied

Since
100

◆ restrictionUsageParameterName

- (NSString*) restrictionUsageParameterName
readnonatomiccopy

Name of the restriction

Since
100