This document is archived and information here might be outdated. Recommended version. |
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