This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetContainer2 Interface > IDatasetContainer2.DatasetTypes Property (ArcObjects .NET 10.4 SDK) |
The names of all the datasets with the specified type.
[Visual Basic .NET] Public ReadOnly Property DatasetTypes As IEnumDatasetType
[C#] public IEnumDatasetType DatasetTypes {get;}
[C++]
HRESULT get_DatasetTypes(
IEnumDatasetType** types
);
[C++]
Parameters types [out, retval]
types is a parameter of type IEnumDatasetType
The DatasetTypes property returns an enumerator of IEnumDatasetType containing the supported esriDatasetTypes for the container. Use this method to determine the supported datasets for the container.