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


ITemporalGraphs.Graph Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalGraphs.Graph Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalGraphs Interface