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


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

IPlugInWorkspaceFactoryHelper.DatasetDescription Property

A desription of a detaset of the type specified.

[Visual Basic .NET]
Public Function get_DatasetDescription ( _
    ByVal DatasetType As esriDatasetType _
) As String
[C#]
public string get_DatasetDescription (
    esriDatasetType DatasetType
);
[C++]
HRESULT get_DatasetDescription(
  esriDatasetType DatasetType,
  System.String* dsDesc
);
[C++]
Parameters
DatasetType [in]

DatasetType is a parameter of type esriDatasetType dsDesc [out, retval]
dsDesc is a parameter of type BSTR*

Product Availability

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

Description

Returns a description appropriate to the dataset type.  For instance, if datasetType is esriDTFeatureClass, the description might be 'StreetMap Feature Class'.  For dataset types that the data source doesn�t support, may return null.

See Also

IPlugInWorkspaceFactoryHelper Interface