This document is archived and information here might be outdated.  Recommended version.


esriGraphicAttributeType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Constants > E > esriGraphicAttributeType Constants
ArcGIS Developer Help

esriGraphicAttributeType Constants

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.
esriAttributeTypeAngle 9 Angle type coded as VT_R8.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.