Summary
The ContingentValue object contains properties that describe a contingent value.
Discussion
ContingentValue objects cannot be created directly. Contingent value properties can be accessed through the arcpy.da.ListContingentValues function.
Properties
Property | Explanation | Data Type |
fieldGroupName (Read Only) | The name of the field group. | String |
id (Read Only) | The ID of the contingent value. This ID can be used for removing the contingent value using the Remove Contingent Value tool. | Long |
isRetired (Read Only) | Specifies whether the contingent value is retired.
| Boolean |
subtype (Read Only) | The subtype code if the contingent value is assigned to a subtype. | Long |
values (Read Only) | Returns an object that describes the ContingentFieldValue properties. | Object |