ArcObjects Library Reference (Display)  

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