This document is archived and information here might be outdated. Recommended version. |
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**