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


IDataGraphCollection.DataGraph Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphCollection Interface > IDataGraphCollection.DataGraph Property
ArcGIS Developer Help

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