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


ITimeControl.StartTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.StartTime Property

Indicates start time for playback window.

[Visual Basic .NET]
Public Property StartTime As Object
[C#]
public object StartTime {get; set;}
[C++]
HRESULT get_StartTime(
  VARIANT* pvarStartTime
);
[C++]
HRESULT put_StartTime(
  VARIANT pvarStartTime
);
[C++]

Parameters pvarStartTime [out, retval] pvarStartTime is a parameter of type VARIANT pvarStartTime [in] pvarStartTime is a parameter of type VARIANT

Product Availability

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

See Also

ITimeControl Interface

.NET Snippets

TimeControl Playback