ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginField Class / PluginField Constructor / PluginField Constructor(String,String,FieldType)
The name of the field.
The alias name of the field.
The ArcGIS.Core.Data.FieldType of the field.
Version

PluginField Constructor(String,String,FieldType)
Initializes a new instance of the PluginField class.
Syntax
public PluginField( 
   string name,
   string aliasName,
   FieldType fieldType
)

Parameters

name
The name of the field.
aliasName
The alias name of the field.
fieldType
The ArcGIS.Core.Data.FieldType of the field.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also