Resumen
El objeto ContingentValue contiene propiedades que describen un valor contingente.
Debate
ContingentValue Los objetos no se pueden crear directamente. Es posible acceder a las propiedades de valores contingentes mediante la función arcpy.da.ListContingentValues.
Propiedades
Propiedad | Explicación | Tipo de datos |
fieldGroupName (Sólo lectura) | The name of the field group. | String |
id (Sólo lectura) | The ID of the contingent value. This ID can be used for removing the contingent value using the Remove Contingent Value tool. | Long |
isRetired (Sólo lectura) | Specifies whether the contingent value is retired.
| Boolean |
subtype (Sólo lectura) | The subtype code if the contingent value is assigned to a subtype. | Long |
values (Sólo lectura) | Returns an object that describes the ContingentFieldValue properties. | Object |