ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginTableTemplate Class / GetName Method

In This Topic
    GetName Method (PluginTableTemplate)
    In This Topic
    Gets the name of this currently opened plug-in table or feature class.
    Syntax
    public abstract string GetName()
    Public MustOverride Function GetName() As String

    Return Value

    The name of this currently opened plug-in table or feature class.
    Exceptions
    ExceptionDescription
    Signals to the framework that an exception derived from System.Exception has occurred.
    Remarks
    The returned name string should be one of the values in the IReadOnlyList returned by GetTableNames.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also