SoDBSetSystemTimer Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetSystemTimer(
SoSystemTimer timer
)
Public Shared Sub SetSystemTimer (
timer As SoSystemTimer
)
public:
static void SetSystemTimer(
SoSystemTimer^ timer
)
static member SetSystemTimer :
timer : SoSystemTimer -> unit
Parameters
- timer
- Type: OIV.Inventor.SensorsSoSystemTimer
Remarks The system dependent timer allows Inventor to manage its sensor queue (for timers, animation) when creating custom viewers. Typically, this method could be called in the constructor of the first interactive render area created. Calling this method more than once, does nothing.
See Also