ArcGIS Pro 2.8 API Reference Guide
FieldDescription Constructor(String,Field)

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.
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
ExceptionDescription
name and/or field's ArcGIS.Core.Data.FieldType is invalid.
field is null.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FieldDescription Class
FieldDescription Members
Overload List