This document is archived and information here might be outdated. Recommended version. |
Retrieves a graph by index.
[Visual Basic .NET] Public Function get_Graph ( _ ByVal nIndex As Short _ ) As ITemporalGraph
[C#] public ITemporalGraph get_Graph ( short nIndex );
[C++]
HRESULT get_Graph(
short nIndex,
ITemporalGraph** ppiGraph
);
[C++] Parameters nIndex [in]
nIndex is a parameter of type short ppiGraph [out, retval]
ppiGraph is a parameter of type ITemporalGraph**