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


IGraphicAttributes.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 > IGraphicAttributes Interface > IGraphicAttributes.Type Property
ArcGIS Developer Help

IGraphicAttributes.Type Property

Type of the graphic attribute.

[Visual Basic .NET]
Public Function get_Type ( _
    ByVal attrId As Integer _
) As IGraphicAttributeType
[C#]
public IGraphicAttributeType get_Type (
    int attrId
);
[C++]
HRESULT get_Type(
  long attrId,
  IGraphicAttributeType** Type
);
[C++]
Parameters
attrId [in]

attrId is a parameter of type long Type [out, retval]
Type is a parameter of type IGraphicAttributeType**

Product Availability

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

See Also

IGraphicAttributes Interface