com.esri.arcgis.geodatabase
Interface IScratchWorkspaceFactory2
- All Superinterfaces:
- IScratchWorkspaceFactory, java.io.Serializable
- All Known Implementing Classes:
- FileGDBScratchWorkspaceFactory, IScratchWorkspaceFactory2Proxy, ScratchWorkspaceFactory
public interface IScratchWorkspaceFactory2
- extends IScratchWorkspaceFactory, java.io.Serializable
COM Interface 'IScratchWorkspaceFactory2'. Generated 3/19/2015 1:20:54 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members to get the current scratch workspace.'
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 =
IIDceb80992_ebc0_482b_9cd9_9974ab40d4c2
static final int IIDceb80992_ebc0_482b_9cd9_9974ab40d4c2
- 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
getCurrentScratchWorkspace
IWorkspace getCurrentScratchWorkspace()
throws java.io.IOException,
AutomationException
- The current scratch workspace.
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IWorkspace
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.