ContingentValue
Zusammenfassung
The ContingentValue object contains properties that describe a contingent value.
Diskussion
ContingentValue objects cannot be created directly. ContingentValue properties can be accessed through the arcpy.da.ListContingentValues function.
Eigenschaften
| Name | Erläuterung | Datentyp |
|---|---|---|
|
fieldGroupName (Schreibgeschützt) |
The name of the field group. |
String |
|
id (Schreibgeschützt) |
The ID of the contingent value. This ID can be used for removing the contingent value using the Remove Contingent Value tool. |
Long |
|
isRetired (Schreibgeschützt) |
Specifies whether the contingent value is retired.
|
Boolean |
|
subtype (Schreibgeschützt) |
The subtype code if the contingent value is assigned to a subtype. |
Long |
|
values (Schreibgeschützt) |
Returns an object that describes the |
Object |