This document is archived and information here might be outdated. Recommended version. |
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*
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.