Skip to main content

ContingentFieldValue

Resumen

The ContingentFieldValue object contains properties that describe the properties of the field used for a contingent value.

Debate

ContingentFieldValue objects cannot be created directly. ContingentFieldValue properties can be accessed through the values object that is returned by the arcpy.da.ListContingentValues function.

Propiedades

Nombre Explicación Tipo de datos

code

(Solo lectura)

If the contingent value uses a coded value domain, this property returns the code that is used for the contingent value.

Long

name

(Solo lectura)

The name of the field that participates in the field group.

String

range

(Solo 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

(Solo lectura)

Specifies the type of field value used for the contingent value.

  • ANY—The field value can be any value.

  • CODED_VALUE—The field value is a code used in a coded value domain that has been assigned to the field.

  • NULL—The field value is null.

  • RANGE—The field value is a subset range of a range domain that has been assigned to the field.

String