ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CGAAttributeType Enumeration

In This Topic
    CGAAttributeType Enumeration
    In This Topic
    CGA attribute type.
    Syntax
    Members
    MemberDescription
    Boolean Boolean - Attribute is a boolean
    Boolean_Array Boolean_Array - Attribute is an array of boolean values
    Float Float - Attribute is a numeric attribute that is a float value
    Float_Array Float_Array - Attribute is an array of float values
    String String - Attribute is a string
    String_Array String_Array - Attribute is an array of string values
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.CGAAttributeType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also