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


ITemporalGraph.WindowHandle Property (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.WindowHandle Property
ArcGIS Developer Help

ITemporalGraph.WindowHandle Property

Window handle. This is not a valid out of proc property.

[Visual Basic .NET]
Public ReadOnly Property WindowHandle As Integer
[C#]
public int WindowHandle {get;}
[C++]
HRESULT get_WindowHandle(
  System.Int32* phWnd
);
[C++]
Parameters
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