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


In This Topic
    Field Class Members
    In This Topic

    The following tables list the members exposed by Field.

    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
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets the field's default value at the table level if subtype is not set. Otherwise, gets the field's default value for the specific subtype. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the field's Domain at the table level if subtype is not set. Otherwise, gets the field's domain for the specific subtype. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also