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


IRealTimeFeedSimulator.TimeFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.TimeFactor Property
ArcGIS Developer Help

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(
  System.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