ArcGIS Pro 2.9 API Reference Guide
GetName Method (PluginTableTemplate)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginTableTemplate Class : GetName Method
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, Windows 8.1

See Also

Reference

PluginTableTemplate Class
PluginTableTemplate Members