サマリー
ContingentValue オブジェクトには、条件値を記述するプロパティが含まれています。
説明
ContingentValue オブジェクトを直接作成することはできません。 条件値のプロパティには、arcpy.da.ListContingentValues 関数を通じてアクセスできます。
プロパティ
| プロパティ | 説明 | データ タイプ |
| fieldGroupName (読み取り専用) | The name of the field group. | String |
| id (読み取り専用) | The ID of the contingent value. This ID can be used for removing the contingent value using the Remove Contingent Value tool. | Long |
| isRetired (読み取り専用) | Specifies whether the contingent value is retired.
| Boolean |
| subtype (読み取り専用) | The subtype code if the contingent value is assigned to a subtype. | Long |
| values (読み取り専用) | Returns an object that describes the ContingentFieldValue properties. | Object |