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


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

IGraphicAttributes.GraphicAttributeCount Property

Number of graphic attributes.

[Visual Basic .NET]
Public ReadOnly Property GraphicAttributeCount As Integer
[C#]
public int GraphicAttributeCount {get;}
[C++]
HRESULT get_GraphicAttributeCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

See Also

IGraphicAttributes Interface