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


ITxDocEventHandler.LoadTemporalGraphs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxDocEventHandler Interface > ITxDocEventHandler.LoadTemporalGraphs Method
ArcGIS Developer Help

ITxDocEventHandler.LoadTemporalGraphs Method

Load the temporal graphs into the document.

[Visual Basic .NET]
Public Sub LoadTemporalGraphs ( _
)
[C#]
public void LoadTemporalGraphs (
);
[C++]
HRESULT LoadTemporalGraphs(
void
);

Product Availability

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

See Also

ITxDocEventHandler Interface