Zusammenfassung
Das Objekt "Domain" enthält Eigenschaften, die eine Attributdomäne beschreiben.
Auswertung
Domain-Objekte können nicht direkt erstellt werden. Auf die Eigenschaften von "Domain" wird über die Funktion arcpy.da.ListDomains zugegriffen.
Eigenschaften
| Eigenschaft | Erklärung | 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 |