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