This document is archived and information here might be outdated. Recommended version. |
The type of the dataset.
[Visual Basic .NET] Public ReadOnly Property Type As esriDatasetType
[C#] public esriDatasetType Type {get;}
[C++]
HRESULT get_Type(
esriDatasetType* DatasetType
);
[C++] Parameters DatasetType [out, retval]
DatasetType is a parameter of type esriDatasetType*
The Type property will return one of the following:
EsriDTFeatureClass
EsriDTTable
EsriDTRelationshipClass
From these objects, you can determine the associated feature datasets, geometric networks or topologies.