ArcObjects Library Reference (Display)  

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(
  long* 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