This document is archived and information here might be outdated. Recommended version. |
Indicates if a fixed time interval is used. If false, use a data-driven time interval. Defaults to true.
[Visual Basic .NET] Public Property FixedTime As Boolean
[C#] public bool FixedTime {get; set;}
[C++]
HRESULT get_FixedTime(
Boolean* pFixed
);
[C++]
HRESULT put_FixedTime(
VARIANT_BOOL pFixed
);
[C++]
Parameters pFixed [out, retval]
pFixed is a parameter of type bool* pFixed [in]
pFixed is a parameter of type bool