public interface IDatasetFileStat
extends java.io.Serializable
Description: 'Provides access to members that control Dataset file-based statistics.' 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 |
IID52d4a757_df71_47e0_aab8_ee302eb7acab |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getStatMode()
The access mode.
|
int |
getStatSize()
The size.
|
int |
getStatTime(int dateMode)
The date modified/created/accessed.
|
static final int IID52d4a757_df71_47e0_aab8_ee302eb7acab
static final int xxDummy
static final java.lang.String IID
int getStatTime(int dateMode) throws java.io.IOException, AutomationException
dateMode
- A com.esri.arcgis.geodatabase.esriDatasetFileStatTimeMode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStatSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStatMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.