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


IGraphicAttributeType.Type Property (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 > IGraphicAttributeType.Type Property
ArcGIS Developer Help

IGraphicAttributeType.Type Property

The graphic attribute type.

[Visual Basic .NET]
Public ReadOnly Property Type As esriGraphicAttributeType
[C#]
public esriGraphicAttributeType Type {get;}
[C++]
HRESULT get_Type(
  esriGraphicAttributeType* Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriGraphicAttributeType*

Product Availability

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

See Also

IGraphicAttributeType Interface