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


IDataGraphCollection.DataGraphCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphCollection.DataGraphCount Property

Number of graphs in the collection.

[Visual Basic .NET]
Public ReadOnly Property DataGraphCount As Integer
[C#]
public int DataGraphCount {get;}
[C++]
HRESULT get_DataGraphCount(
  long* pCount
);
[C++]

Parameters pCount [out, retval] pCount is a parameter of type long

Product Availability

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

See Also

IDataGraphCollection Interface