This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to follow based on elapsed time.
[Visual Basic .NET]
Public Property UseFollowRate As Boolean
[C#]
public bool UseFollowRate {get; set;}
[C++]
HRESULT get_UseFollowRate(
Boolean* UseFollowRate
);
[C++]
HRESULT put_UseFollowRate(
VARIANT_BOOL UseFollowRate
);
[C++] Parameters UseFollowRate [out, retval]
UseFollowRate is a parameter of type bool* UseFollowRate [in]
UseFollowRate is a parameter of type bool