This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.TimeFactor Property (ArcObjects .NET 10.5 SDK) |
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