This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.CurrentTime Property (ArcObjects .NET 10.4 SDK) |
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