The dataset type.
[Visual Basic .NET] Public Property DatasetType As esriDatasetType
[C#] public esriDatasetType DatasetType {get; set;}
[C++]
HRESULT get_DatasetType(
esriDatasetType* DatasetType
);
[C++]
HRESULT put_DatasetType(
esriDatasetType DatasetType
);
[C++]Parameters
DatasetType [out, retval]DatasetType is a parameter of type esriDatasetType
DatasetType [in]DatasetType is a parameter of type esriDatasetType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The DatasetType property will return one of the following:
esriDTFeatureClass
esriDTTable
esriDTRelationshipClass
From these values, you can determine the associated feature datasets, geometric networks or topologies.