This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceFactoryHelper Interface > IPlugInWorkspaceFactoryHelper.DatasetDescription Property (ArcObjects .NET 10.5 SDK) |
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
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.