public interface IWorkspaceDomains2 extends IWorkspaceDomains, java.io.Serializable
Description: 'Provides access to members that allow you to alter a domain.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID56a5e6d4_01c6_11d4_a057_00c04f6bdd84 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd80957f0_8883_11d2_aabb_00c04fa37b82
Modifier and Type | Method and Description |
---|---|
void |
alterDomain(IDomain domain)
Alters an existing domain in the workspace.
|
addDomain, deleteDomain, getDomainByName, getDomains, getDomainsByFieldType, isCanDeleteDomain
static final int IID56a5e6d4_01c6_11d4_a057_00c04f6bdd84
static final int xxDummy
static final java.lang.String IID
void alterDomain(IDomain domain) throws java.io.IOException, AutomationException
domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.