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


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

ITemporalGraph.OpenWindow Method

Opens the chart window.

[Visual Basic .NET]
Public Function OpenWindow ( _
    ByVal hParentWnd As Integer _
) As Integer
[C#]
public int OpenWindow (
    int hParentWnd
);
[C++]
HRESULT OpenWindow(
  long hParentWnd
);
[C++]
Parameters
hParentWnd [in]

hParentWnd is a parameter of type long

Product Availability

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

See Also

ITemporalGraph Interface