ArcObjects Library Reference  (GeoDatabase)    

IDatasetContainer Interface

Provides access to adding datasets to the dataset container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddDataset Adds a dataset to the dataset collection.

CoClasses that implement IDatasetContainer

CoClasses and Classes Description
FeatureDataset FeatureDataset Object.
RepresentationWorkspaceExtension Workspace extension to support representations in a geodatabase.
Sde4Workspace (esriDataSourcesGDB) ESRI SDE (4.x) Feature Database.
TerrainFeatureDatasetExtension (esriGeoDatabaseExtensions) ESRI TerrainFeatureDatasetExtension object.
VersionedWorkspace VersionedWorkspace Object.
Workspace Workspace Object.

Remarks

The IDatasetContainer interface lets you move datasets between feature datasets and workspaces—both objects implement the interface.

Note that when moving feature classes into a feature dataset, the spatial reference of the source feature class must match the spatial reference of the target feature dataset into which it is being moved.

Example

IDatasetContainer Example

 


Feedback Send feedback on this page