ArcGIS Pro 2.9 API Reference Guide
GetDatasetDescription Method

ArcGIS.Core.Data.PluginDatastore Namespace > PluginDatasourceTemplate Class : GetDatasetDescription Method
The data set type.
Gets a string description for datasetType.
Syntax
public virtual string GetDatasetDescription( 
   DatasetType datasetType
)
Public Overridable Function GetDatasetDescription( _
   ByVal datasetType As DatasetType _
) As String

Parameters

datasetType
The data set type.

Return Value

A string description for datasetType. The default is datasetType.ToString().
Remarks
Currently, the framework only supports ArcGIS.Core.Data.DatasetType.Table and ArcGIS.Core.Data.DatasetType.FeatureClass in a read-only manner.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PluginDatasourceTemplate Class
PluginDatasourceTemplate Members