public interface IDatasetContainer3 extends IDatasetContainer2, java.io.Serializable
Description: 'Provides access to members that return datasets by name, ID and index.' 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 |
IID1b7498c6_f47b_4ac6_a716_835b702a9cac |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc826e861_dbfa_4b86_95fe_8352e287e284
IIDbd770969_efb7_11d3_9fa2_00c04f6bdf0c
Modifier and Type | Method and Description |
---|---|
IDataset |
getDatasetByID(int type,
int datasetID)
The dataset associated with the specified index value and dataset type.
|
createDataset, getDataset, getDatasetByName, getDatasetCount, getDatasetNames, getDatasets, getDatasetTypes
addDataset
static final int IID1b7498c6_f47b_4ac6_a716_835b702a9cac
static final int xxDummy
static final java.lang.String IID
IDataset getDatasetByID(int type, int datasetID) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)datasetID
- The datasetID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.