IWorkspaceDomains3 Interface
Provides access to members that allow you to alter a domain.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Inherited Interfaces
Interfaces |
Description |
IWorkspaceDomains2 |
Provides access to members that allow you to alter a domain. |
IWorkspaceDomains |
Provides access to members that return information about domains and allows you to add or delete domains. |
Classes that implement IWorkspaceDomains3
Remarks
The IWorkspaceDomains3 interface was added to enable users to rename existing domains. Without this interface, in order to rename an existing domain, it would first be necessary to disassociate it with all fields, delete the domain, create a new domain with the new name and reassociate it with the appropriate fields. Note that a schema locks is recommended when renaming a domain.