This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEDataset Interface > IDEDataset.DatasetType Property (ArcObjects .NET 10.5 SDK) |
Dataset type.
[Visual Basic .NET] Public Property DatasetType As esriDatasetType
[C#] public esriDatasetType DatasetType {get; set;}
[C++]
HRESULT get_DatasetType(
esriDatasetType* Type
);
[C++]
HRESULT put_DatasetType(
esriDatasetType Type
);
[C++]
Parameters Type [out, retval]
Type is a parameter of type esriDatasetType Type [in]
Type is a parameter of type esriDatasetType