サマリー
ContingentFieldValue オブジェクトには、条件値に使用されるフィールドのプロパティを記述するプロパティが含まれています。
説明
ContingentFieldValue オブジェクトを直接作成することはできません。 条件値のプロパティには、arcpy.da.ListContingentValues 関数から返される values オブジェクトを通じてアクセスできます。
プロパティ
プロパティ | 説明 | データ タイプ |
code (読み取り専用) | If the contingent value uses a coded value domain, this property returns the code that is used for the contingent value. | Long |
name (読み取り専用) | The name of the field that participates in the field group. | String |
range (読み取り専用) | 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 (読み取り専用) | The type of field value used for the contingent value.
| String |