ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Field Class


In This Topic
    Field Class Properties
    In This Topic

    For a list of all members of this type, see Field members.

    Public Properties
     NameDescription
    Public Property Gets the alias name of the field.  
    Public PropertyGets the FieldType of the field.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets a value indicating whether this field has a default value.  
    Public Property Gets a value indicating whether this field's domain is fixed by the system and cannot be unassigned.  
    Public Property Gets a value indicating whether this field should be treated as read only by supported clients.  
    Public Property Gets a value indicating whether this field can contain null values.  
    Public Property Gets a value indicating whether this is a required field.  
    Public Property Gets a value indicating the maximum length in bytes for values described by the field.  
    Public Property Gets the model name of the field.  
    Public Property Gets the name of the field.  
    Public Property Gets a value indicating the precision for field values.  
    Public Property Gets a value indicating the scale for field values.  
    Top
    See Also