ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetInfo.DatasetType Property

The type of the dataset.

[Visual Basic .NET]
Public ReadOnly Property DatasetType As esriDatasetType
[C#]
public esriDatasetType DatasetType {get;}
[C++]
HRESULT get_DatasetType(
  esriDatasetType* DatasetType
);
[C++]

Parameters

DatasetType [out, retval]

  DatasetType is a parameter of type esriDatasetType

Product Availability

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

Description

Returns the dataset type of this dataset. Determines what kind of icon the dataset will have in ArcCatalog.

See Also

IPlugInDatasetInfo Interface