Resumen
The Domain object contains properties that describe an attribute domain.
Debate
Domain objects cannot be created directly. Domain properties can be accessed through the arcpy.da.ListDomains function.
Propiedades
Propiedad | Explicación | Tipo de datos |
codedValues (Sólo lectura) | 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 (Sólo lectura) | The description of the domain. | String |
domainType (Sólo lectura) | The domain type.
| String |
mergePolicy (Sólo lectura) | The merge policy type.
| String |
name (Sólo lectura) | The name of the attribute domain. | String |
owner (Sólo lectura) | The owner of the domain. | String |
range (Sólo lectura) | A Python tuple containing the range domain's minimum and maximum values. | tuple |
splitPolicy (Sólo lectura) | The split policy type.
| String |
type (Sólo lectura) | The field type. | String |