ContingentFieldValue

Zusammenfassung

Das Objekt ContingentFieldValue enthält Eigenschaften, die die Eigenschaften des für einen Gruppenwert verwendeten Feldes beschreiben.

Diskussion

ContingentFieldValue -Objekte können nicht direkt erstellt werden. Auf die Eigenschaften von Gruppenwerten wird über das Objekt values zugegriffen, das von der Funktion arcpy.da.ListContingentValues zurückgegeben wird.

Eigenschaften

EigenschaftErläuterungDatentyp
code
(Schreibgeschützt)

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

Long
name
(Schreibgeschützt)

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

String
range
(Schreibgeschützt)

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
(Schreibgeschützt)

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