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.

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

ArcGIS Pro version: 2.8 or higher.
See Also