This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphCollection Interface > IDataGraphCollection.DataGraph Property (ArcObjects .NET 10.4 SDK) |
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