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


ITemporalGraphs.Graph Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalGraphs Interface > ITemporalGraphs.Graph Property
ArcGIS Developer Help

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