FX3ConnectionTimerTickScaleFactor Property |
Read only property to get the timer tick scale factor used for converting ticks to ms.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic uint TimerTickScaleFactor { get; }
Public ReadOnly Property TimerTickScaleFactor As UInteger
Get
public:
property unsigned int TimerTickScaleFactor {
unsigned int get ();
}
member TimerTickScaleFactor : uint32 with get
Return Value
Type:
UInt32
See Also