Domain
Summary
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.
Properties
| Name | Explanation | Data type |
|---|---|---|
|
codedValues (Read only) |
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 (Read only) |
The description of the domain. |
String |
|
domainType (Read only) |
Specifies the domain type.
|
String |
|
mergePolicy (Read only) |
Specifies the merge policy that will be used.
|
String |
|
name (Read only) |
The name of the attribute domain. |
String |
|
owner (Read only) |
The owner of the domain. Note:This property only applies to domains in enterprise geodatabases. |
String |
|
range (Read only) |
A tuple containing the range domain's minimum and maximum values. |
tuple |
|
splitPolicy (Read only) |
Specifies the split policy that will be used.
|
String |
|
type (Read only) |
The field type. |
String |