ContingentValue

Résumé

L'objet ContingentValue contient des propriétés qui décrivent une valeur conditionnelle.

Discussion

ContingentValue les objets ne peuvent pas être créés directement. Les propriétés des valeurs conditionnelles sont accessibles via la fonction arcpy.da.ListContingentValues.

Propriétés

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

The name of the field group.

String
id
(Lecture seule)

The ID of the contingent value. This ID can be used for removing the contingent value using the Remove Contingent Value tool.

Long
isRetired
(Lecture seule)

Specifies whether the contingent value is retired.

  • True—The contingent value is retired.
  • False—The contingent value is not retired.

Boolean
subtype
(Lecture seule)

The subtype code if the contingent value is assigned to a subtype.

Long
values
(Lecture seule)

Returns an object that describes the ContingentFieldValue properties.

Object

Dans cette rubrique