ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginTableTemplate Class / GetFields Method

In This Topic
    GetFields Method (PluginTableTemplate)
    In This Topic
    Gets all of the PluginFields for this currently opened plug-in table or feature class.
    Syntax
    Public MustOverride Function GetFields() As IReadOnlyList(Of PluginField)
    public abstract IReadOnlyList<PluginField> GetFields()

    Return Value

    Exceptions
    ExceptionDescription
    Signals to the framework that an exception derived from System.Exception has occurred.
    Remarks
    If the list of PluginFields returned by this method has a field whose type is ArcGIS.Core.Data.FieldType.Geometry, then this concrete implementation is considered a feature class; otherwise, a table.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also