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


ITimeControl.CurrentTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.CurrentTime Property

Indicates current time during playback.

[Visual Basic .NET]
Public Property CurrentTime As Object
[C#]
public object CurrentTime {get; set;}
[C++]
HRESULT get_CurrentTime(
  VARIANT* pvarCurrentTime
);
[C++]
HRESULT put_CurrentTime(
  VARIANT pvarCurrentTime
);
[C++]

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