ContingentValue

Resumen

The ContingentValue object contains properties that describe a contingent value.

Debate

ContingentValue objects cannot be created directly. ContingentValue properties can be accessed through the arcpy.da.ListContingentValues function.

Propiedades

PropiedadExplicaciónTipo de datos
fieldGroupName
(Sólo lectura)

The name of the field group.

String
id
(Sólo lectura)

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

Long
isRetired
(Sólo lectura)

Specifies whether the contingent value is retired.

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

Boolean
subtype
(Sólo lectura)

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

Long
values
(Sólo lectura)

Returns an object that describes the ContingentFieldValue properties.

Object