IDatasetContainer Interface

Provides access to adding datasets to the dataset container.

Members

Name Description
Method AddDataset Adds a dataset to the dataset collection.

IDatasetContainer.AddDataset Method

Adds a dataset to the dataset collection.

Public Sub AddDataset ( _
    ByVal datasetToAdd As IDataset _
)
public void AddDataset (
    IDataset datasetToAdd
);

Remarks

When calling this method on feature datasets, both the XY and Z spatial reference systems of the dataset (if applicable) must match those of the feature dataset.

Classes that implement IDatasetContainer

Classes Description
Workspace Workspace Object.

Remarks

The IDatasetContainer interface lets you move datasets between feature datasets and workspaces�both objects implement the interface. It should only be used to move datasets between feature datasets and the workspace level within a single workspace, however; it cannot be used to transfer datasets from one workspace to another.

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.