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


ITemporalGraph.OpenWindow Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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,
  long* phWnd
);
[C++]

Parameters hParentWnd [in] hParentWnd is a parameter of type long phWnd [out, retval] phWnd 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