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


IGraphicAttributeType Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeType Interface
ArcGIS Developer Help

IGraphicAttributeType Interface

Provides access to members that control the behavior and properties of graphic attribute types.

Product Availability

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

Members

Name Description
Method DrawValue Draws a value on the device context.
Method FormatValue Formats the graphic attribute value.
Method TextToValue Converts text to the graphic attribute value.
Read-only property Type The graphic attribute type.
Method ValueToText Converts the graphic attribute value to text.

Classes that implement IGraphicAttributeType

Classes Description
GraphicAttributeAngleType Angle graphic attribute type.
GraphicAttributeBooleanType Boolean graphic attribute type.
GraphicAttributeColorType Color graphic attribute type.
GraphicAttributeDashType Dash graphic attribute type.
GraphicAttributeDoubleType Double graphic attribute type.
GraphicAttributeEnumType Enumeration graphic attribute type.
GraphicAttributeIntegerType Integer graphic attribute type.
GraphicAttributeMarkerType Marker graphic attribute type.
GraphicAttributeSizeType Size graphic attribute type.
GraphicAttributeTextType Text graphic attribute type.