Types of graphic attributes.
Constant | Value | Description |
---|---|---|
esriAttributeTypeBoolean | 0 | Boolean type coded as VT_BOOL. |
esriAttributeTypeInteger | 1 | Integer type coded as VT_I4. |
esriAttributeTypeEnum | 2 | Enumeration type coded as VT_I4. |
esriAttributeTypeDouble | 3 | Real type coded as VT_R8. |
esriAttributeTypeSize | 4 | Size type coded as VT_R8. |
esriAttributeTypeText | 5 | Text type coded as VT_BSTR. |
esriAttributeTypeColor | 6 | Color type coded as VT_UNKNOWN (IColor). |
esriAttributeTypeMarker | 7 | Marker type coded as VT_UNKNOWN (IRepresentationMarker). |
esriAttributeTypeDash | 8 | Dash type coded as VT_R8 + VT_ARRAY. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.