ArcObjects Library Reference  (Display)    

IGraphicAttributes.GraphicAttributeCount Property

Number of graphic attributes.

[Visual Basic 6.0]
Property GraphicAttributeCount As Long
[Visual Basic .NET]
Public ReadOnly Property GraphicAttributeCount As Integer
[C#]
public int GraphicAttributeCount {get;}
[Java]
public int getGraphicAttributeCount()
throws
    IOException,
    AutomationException
[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