ArcGIS Pro 3.3 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.

In This Topic
    PluginField Constructor(String,String,FieldType)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also