ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatasourceTemplate Class / GetDatasetDescription Method
The data set type.

In This Topic
    GetDatasetDescription Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also