ArcGIS Runtime SDK for iOS
100.15
|
An object that defines a contingency.
Properties | |
NSInteger | contingencyID |
BOOL | retired |
AGSFeatureSubtype * | subtype |
NSDictionary< NSString *, AGSContingentValue * > * | values |
|
readnonatomicassign |
The contingency's unique id.
|
readnonatomicassign |
A boolean indicating if the contingency is retired or not.
When a contingency is retired, it means that its presence in existing data is acceptable, but that it should not be presented as an option when editing. It is typically used to express that a value is no longer valid, such as using asbestos as a building material.
|
readnonatomicstrong |
The subtype to which this contingency is applied.
|
readnonatomiccopy |
The contingency's values.
Returns a dictionary of field names to the value defined for that field in this contingency.