Provides access to members that return datasets by name, ID and index.
Members
Name | Description | |
---|---|---|
AddDataset | Adds a dataset to the dataset collection. | |
CreateDataset | Given a data element, create a dataset in this container. | |
Dataset | The dataset associated with the specified index value and dataset type. | |
DatasetByID | The dataset associated with the specified index value and dataset type. | |
DatasetByName | The dataset of the specified type with the specified name. | |
DatasetCount | The number of datasets of the specified type in this container. | |
DatasetNames | The names of all the datasets with the specified type. | |
Datasets | An enumerator over the datasets of the specified type. | |
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 |
---|