概要
The Domain object contains properties that describe an attribute domain.
ディスカッション
Domain objects cannot be created directly. Domain properties can be accessed through the arcpy.da.ListDomains function.
プロパティ
プロパティ | 説明 | データ タイプ |
codedValues (読み取り専用) | A Python dictionary containing the coded values for the attribute domains. The dictionary keys are the coded values. The dictionary values are the domain descriptions. | Dictionary |
description (読み取り専用) | The description of the domain. | String |
domainType (読み取り専用) | The domain type.
| String |
mergePolicy (読み取り専用) | The merge policy type.
| String |
name (読み取り専用) | The name of the attribute domain. | String |
owner (読み取り専用) | The owner of the domain. | String |
range (読み取り専用) | A Python tuple containing the range domain's minimum and maximum values. | tuple |
splitPolicy (読み取り専用) | The split policy type.
| String |
type (読み取り専用) | The field type. | String |