com.esri.arcgis.geodatabase
Interface IWorkspaceDomains2
- All Superinterfaces:
- IWorkspaceDomains, java.io.Serializable
- All Known Subinterfaces:
- IWorkspaceDomains3
- All Known Implementing Classes:
- IWorkspaceDomains2Proxy, IWorkspaceDomains3Proxy, Sde4Workspace, VersionedWorkspace, Workspace
public interface IWorkspaceDomains2
- extends IWorkspaceDomains, java.io.Serializable
COM Interface 'IWorkspaceDomains2'. Generated 3/19/2015 1:20:54 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Method Summary |
void |
alterDomain(IDomain domain)
Alters an existing domain in the workspace. |
IID56a5e6d4_01c6_11d4_a057_00c04f6bdd84
static final int IID56a5e6d4_01c6_11d4_a057_00c04f6bdd84
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
alterDomain
void alterDomain(IDomain domain)
throws java.io.IOException,
AutomationException
- Alters an existing domain in the workspace.
- Parameters:
domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.