Provides access to members that return and modify domains and their merge and split policies.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IDomain interface is used to maintain and access information about a single domain in a single geodatabase workspace. It provides functionality for determining whether a value is a member of this domain and properties for setting attributes about this domain. When creating and assigning a Domain to a particular field, the client is required to set the Name and FieldType properties.
Members
Description | ||
---|---|---|
Description | The description of the domain. | |
DomainID | The ID of the domain. | |
FieldType | The field type of the field. | |
MemberOf | Indicates whether the value is a valid member of the domain. | |
MergePolicy | The merge policy. | |
Name | The name of the domain. | |
Owner | The owner of the domain. | |
SplitPolicy | The split policy. | |
Type | The domain type. |
CoClasses that implement IDomain
CoClasses and Classes | Description |
---|---|
CodedValueDomain | ESRI Attribute set constraint object. |
RangeDomain | ESRI Range Domain object. |