This document is archived and information here might be outdated. Recommended version. |
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 [in]
DatasetType is a parameter of type esriDatasetType DatasetType [out, retval]
DatasetType is a parameter of type esriDatasetType*
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.