com.esri.arcgis.geodatabase
Interface IDatasetContainerName
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CoverageName, FeatureDatasetName
public interface IDatasetContainerName
- extends Serializable
Provides access to members that hand out enumerated subset names in the dataset container.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getDatasetNames
IEnumDatasetName getDatasetNames(int type)
throws IOException,
AutomationException
- An enumerator over the specified dataset names in this FeatureDataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IEnumDatasetName
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.