Summary
The ContingentFieldValue object contains properties that describe the properties of the field used for a contingent value.
Discussion
ContingentFieldValue objects cannot be created directly. Contingent value properties can be accessed through the values object that is returned by the arcpy.da.ListContingentValues function.
Properties
Property | Explanation | Data Type |
code (Read Only) | If the contingent value uses a coded value domain, this property returns the code that is used for the contingent value. | Long |
name (Read Only) | The name of the field that participates in the field group. | String |
range (Read Only) | If the contingent value uses a range domain, this property returns the minimum and maximum values of the range for the contingent value. | Long |
type (Read Only) | The type of field value used for the contingent value.
| String |