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