com.esri.arcgis.catalogUI
Interface IDocumentDatasets

All Superinterfaces:
Serializable
All Known Implementing Classes:
GMxDocument, IDocumentDatasetsProxy, MxDocument, SxDocument

public interface IDocumentDatasets
extends Serializable

Provides access to members that control the document datasets.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IEnumDataset getDatasets()
          The datasets in the document.
 

Method Detail

getDatasets

IEnumDataset getDatasets()
                         throws IOException,
                                AutomationException
The datasets in the document.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.