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.

FieldDescription Constructor(Field)
Creates a description object of the ArcGIS.Core.Data.Field.
Syntax
public FieldDescription( 
   Field 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

ArcGIS Pro version: 2.8 or higher.
See Also