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

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

    Parameters

    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