public interface IDatasetNameFileStat3 extends IDatasetNameFileStat2, java.io.Serializable
Description: 'Provides access to members that control DatasetName 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 |
IIDc37c50b3_9e94_41be_85e3_39937c4736d8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID49c5f97e_23d7_4e47_94a3_a2d300f2b50eIID9db4594f_dc4b_457a_ae2e_ffea8bd8d72e| Modifier and Type | Method and Description |
|---|---|
long |
getStatTime64(int dateMode)
The date modified/created/accessed.
|
void |
setStatTime64(int dateMode,
long time)
The date modified/created/accessed.
|
getStatSize64, refreshStats, setStatSize64getStatMode, getStatSize, getStatTime, setStatMode, setStatSize, setStatTimestatic final int IIDc37c50b3_9e94_41be_85e3_39937c4736d8
static final int xxDummy
static final java.lang.String IID
void setStatTime64(int dateMode,
long time)
throws java.io.IOException,
AutomationException
dateMode - A com.esri.arcgis.geodatabase.esriDatasetFileStatTimeMode constant (in)time - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.long getStatTime64(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.