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


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

IDEDataset.DatasetType Property

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

Product Availability

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

See Also

IDEDataset Interface