public interface IDatasetContainerName
extends java.io.Serializable
Description: 'Provides access to members that hand out enumerated subset names in the dataset container.' 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 |
IID721db11a_1001_44dc_9670_8577e824aff2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumDatasetName |
getDatasetNames(int type)
An enumerator over the specified dataset names in this FeatureDataset.
|
static final int IID721db11a_1001_44dc_9670_8577e824aff2
static final int xxDummy
static final java.lang.String IID
IEnumDatasetName getDatasetNames(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.