ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / FieldDescription Class / FieldDescription Constructor / FieldDescription Constructor(String,Field)
The name of the description.
The ArcGIS.Core.Data.Field that the description object is representing.

In This Topic
    FieldDescription Constructor(String,Field)
    In This Topic
    Creates a description object of the ArcGIS.Core.Data.Field.
    Syntax
    public FieldDescription( 
       string name,
       Field field
    )
    Public Function New( _
       ByVal name As String, _
       ByVal field As Field _
    )

    Parameters

    name
    The name of the description.
    field
    The ArcGIS.Core.Data.Field that the description object is representing.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also