Zusammenfassung
The Domain object contains properties that describe an attribute domain.
Beschreibung
Domain objects cannot be created directly. Domain properties can be accessed through the arcpy.da.ListDomains function.
Eigenschaften
| Eigenschaft | Erläuterung | Datentyp |
| codedValues (Nur lesen) | 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 (Nur lesen) | The description of the domain. | String |
| domainType (Nur lesen) | The domain type.
| String |
| mergePolicy (Nur lesen) | The merge policy type.
| String |
| name (Nur lesen) | The name of the attribute domain. | String |
| owner (Nur lesen) | The owner of the domain. | String |
| range (Nur lesen) | A Python tuple containing the range domain's minimum and maximum values. | tuple |
| splitPolicy (Nur lesen) | The split policy type.
| String |
| type (Nur lesen) | The field type. | String |