This document is archived and information here might be outdated.  Recommended version.


IDatasetContainer2.DatasetTypes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetContainer2 Interface > IDatasetContainer2.DatasetTypes Property
ArcGIS Developer Help

IDatasetContainer2.DatasetTypes Property

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**

Product Availability

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

Remarks

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.

See Also

IDatasetContainer2 Interface