ArcGIS Pro 2.9 API Reference Guide
PluginField Constructor(String,String,FieldType)

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.
Initializes a new instance of the PluginField class.
Syntax
public PluginField( 
   string name,
   string aliasName,
   FieldType fieldType
)
Public Function New( _
   ByVal name As String, _
   ByVal aliasName As String, _
   ByVal fieldType As 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, Windows 8.1

See Also

Reference

PluginField Class
PluginField Members
Overload List