ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / FieldDescription Class


In This Topic
    FieldDescription Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a field description for a ArcGIS.Core.Data.Field with a specified DomainDescription.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for a Global ID ArcGIS.Core.Data.Field.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for an integer ArcGIS.Core.Data.Field.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for an Object ID ArcGIS.Core.Data.Field.  
    Public Methodstatic (Shared in Visual Basic)Creates a field description for a string ArcGIS.Core.Data.Field.  
    Public MethodGets the default value of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, gets the default value for the specific subtype code.  
    Public MethodGets the associated DomainDescription of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, gets the DomainDescription for the specific subtype code.  
    Public MethodSets the default value of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, sets the default value for the specific subtype code.  
    Public MethodSets the associated DomainDescription of the ArcGIS.Core.Data.Field at the table level if subtypeCode is not specified. Otherwise, sets the DomainDescription for the specific subtype code.  
    Top
    See Also