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


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

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