Zusammenfassung
Das Objekt "Domain" enthält Eigenschaften, die eine Attributdomäne beschreiben.
Diskussion
Domain-Objekte können nicht direkt erstellt werden. Auf die Eigenschaften von "Domain" wird über die Funktion arcpy.da.ListDomains zugegriffen.
Eigenschaften
Eigenschaft | Erläuterung | Datentyp |
codedValues (Schreibgeschützt) | 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 (Schreibgeschützt) | The description of the domain. | String |
domainType (Schreibgeschützt) | The domain type.
| String |
mergePolicy (Schreibgeschützt) | The merge policy type.
| String |
name (Schreibgeschützt) | The name of the attribute domain. | String |
owner (Schreibgeschützt) | The owner of the domain. Hinweis:This property only applies to domains in enterprise geodatabases. | String |
range (Schreibgeschützt) | A Python tuple containing the range domain's minimum and maximum values. | tuple |
splitPolicy (Schreibgeschützt) | The split policy type.
| String |
type (Schreibgeschützt) | The field type. | String |