Domain (arcpy.da)
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 |
name (Sólo lectura) |
The name of the attribute domain. | String |
domainType (Sólo lectura) | The domain type.
| String |
range (Sólo lectura) | A Python tuple containing the range domain's minimum and maximum values. | tuple |
type (Sólo lectura) |
The field type. | String |
owner (Sólo lectura) | The owner of the domain. Nota: This property only applies to domains in enterprise geodatabases. | String |
MergePolicy (Sólo lectura) | The merge policy type.
| String |
SplitPolicy (Sólo lectura) | The split policy type.
| String |
Temas relacionados
9/11/2013