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


IRealTimeFeedSimulator.TimeFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedSimulator.TimeFactor Property

A factor used to adjust the data-driven time interval. The factor is multiplied by each value in the TimeField. Defaults to 1.0.

[Visual Basic .NET]
Public Property TimeFactor As Double
[C#]
public double TimeFactor {get; set;}
[C++]
HRESULT get_TimeFactor(
  double* pFactor
);
[C++]
HRESULT put_TimeFactor(
  double pFactor
);
[C++]

Parameters pFactor [out, retval] pFactor is a parameter of type double pFactor [in] pFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeedSimulator Interface