ArcGIS Pro 2.6 API Reference Guide
GetFields Method (PluginTableTemplate)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginTableTemplate Class : GetFields Method
Gets all of the PluginFields for this currently opened plug-in table or feature class.
Syntax
public abstract IReadOnlyList<PluginField> GetFields()
Public MustOverride Function GetFields() As IReadOnlyList(Of PluginField)

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 10, Windows 8.1, Windows 7

See Also

Reference

PluginTableTemplate Class
PluginTableTemplate Members