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


IDataGraphCollection.DataGraph Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphCollection.DataGraph Property

Graph at the given index.

[Visual Basic .NET]
Public Function get_DataGraph ( _
    ByVal Index As Integer _
) As IDataGraphBase
[C#]
public IDataGraphBase get_DataGraph (
    int Index
);
[C++]
HRESULT get_DataGraph(
  long Index,
  IDataGraphBase** pGraph
);
[C++]

Parameters Index [in] Index is a parameter of type long pGraph [out, retval]
pGraph is a parameter of type IDataGraphBase

Product Availability

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

See Also

IDataGraphCollection Interface