IDatasetContainer3 Interface

Provides access to members that return datasets by name, ID and index.

Members

Name Description
Method AddDataset Adds a dataset to the dataset collection.
Method CreateDataset Given a data element, create a dataset in this container.
Read-only property Dataset The dataset associated with the specified index value and dataset type.
Read-only property DatasetByID The dataset associated with the specified index value and dataset type.
Read-only property DatasetByName The dataset of the specified type with the specified name.
Read-only property DatasetCount The number of datasets of the specified type in this container.
Read-only property DatasetNames The names of all the datasets with the specified type.
Read-only property Datasets An enumerator over the datasets of the specified type.
Read-only property DatasetTypes The names of all the datasets with the specified type.

IDatasetContainer3.DatasetByID Property

The dataset associated with the specified index value and dataset type.

Public Function get_DatasetByID ( _
    ByVal Type As esriDatasetType, _
    ByVal DatasetID As Integer _
) As IDataset
public IDataset get_DatasetByID (
    esriDatasetType Type,
    int DatasetID
);

Inherited Interfaces

Interfaces Description
IDatasetContainer2 Provides access to members that return datasets by name, ID and index.
IDatasetContainer Provides access to adding datasets to the dataset container.

Classes that implement IDatasetContainer3

Classes Description

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