Field Description
class FieldDescription
An object that describes a Field to be created. Creation of fields and tables is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).
Since
200.1.0
Properties
Link copied to clipboard
The name of the domain to use on this field. The domain must already exist in the geodatabase (see Geodatabase.createDomain(DomainDescription)). The default value of an empty string indicates that no domain should be used.
Link copied to clipboard
The field's data type. The default is FieldType.Unknown, and must be set to a valid type.