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


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

IDataset.Type Property

The type of the Dataset.

[Visual Basic .NET]
Public ReadOnly Property Type As esriDatasetType
[C#]
public esriDatasetType Type {get;}
[C++]
HRESULT get_Type(
  esriDatasetType* Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriDatasetType*

Product Availability

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

Remarks

The Type property returns the an esriDatasetType value indicating the dataset type, such as esriDTTable or esriDTFeatureClass.

See Also

IDataset Interface

.NET Samples

StreetMap routing