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