ArcObjects Library Reference (GeoDatabase)  

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,
  BSTR* 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