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


ITimeControl.CurrentTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.CurrentTime Property
ArcGIS Developer Help

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