Domain
Résumé
The Domain object contains properties that describe an attribute domain.
Discussion
Domain objects cannot be created directly. Domain properties can be accessed through the arcpy.da.ListDomains function.
Propriétés
| Nom | Explication | Type de données |
|---|---|---|
|
codedValues (Lecture seule) |
A 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 (Lecture seule) |
The description of the domain. |
String |
|
domainType (Lecture seule) |
Specifies the domain type.
|
String |
|
mergePolicy (Lecture seule) |
Specifies the merge policy that will be used.
|
String |
|
name (Lecture seule) |
The name of the attribute domain. |
String |
|
owner (Lecture seule) |
The owner of the domain. Remarque :This property only applies to domains in enterprise geodatabases. |
String |
|
range (Lecture seule) |
A tuple containing the range domain's minimum and maximum values. |
tuple |
|
splitPolicy (Lecture seule) |
Specifies the split policy that will be used.
|
String |
|
type (Lecture seule) |
The field type. |
String |