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