Resumen
El objeto ContingentFieldValue contiene propiedades que describen las propiedades del campo utilizado para un valor contingente.
Debate
ContingentFieldValue Los objetos no se pueden crear directamente. Es posible acceder a las propiedades de valores contingentes mediante el objeto values que devuelve la función arcpy.da.ListContingentValues.
Propiedades
Propiedad | Explicación | Tipo de datos |
code (Sólo lectura) | If the contingent value uses a coded value domain, this property returns the code that is used for the contingent value. | Long |
name (Sólo lectura) | The name of the field that participates in the field group. | String |
range (Sólo lectura) | 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 (Sólo lectura) | The type of field value used for the contingent value.
| String |