ContingentFieldValue

Résumé

L'objet ContingentFieldValue contient des propriétés qui décrivent les propriétés du champ utilisé pour une valeur conditionnelle.

Discussion

ContingentFieldValue les objets ne peuvent pas être créés directement. Les propriétés des valeurs conditionnelles sont accessibles via l'objet values renvoyé par la fonction arcpy.da.ListContingentValues.

Propriétés

PropriétéExplicationType de données
code
(Lecture seule)

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

Long
name
(Lecture seule)

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

String
range
(Lecture seule)

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
(Lecture seule)

The type of field value used for the contingent value.

  • ANYThe field value can be any value.
  • CODED_VALUEThe field value is a code used in a coded value domain that has been assigned to the field.
  • NULLThe field value is null.
  • RANGEThe field value is a subset range of a range domain that has been assigned to the field.
String

Dans cette rubrique