Click or drag to resize
Timer Class
Implementation of an SoSystemTimer for Wpf components.
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.Inventor.SensorsSoSystemTimer
        OIV.Inventor.ViewerComponents.WpfTimer

Namespace: OIV.Inventor.ViewerComponents.Wpf
Assembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 2024.1.1.0.Release.cb64a23ffb514e400c7a72e2158dfc53ef4ceb26
Syntax
public class Timer : SoSystemTimer

The Timer type exposes the following members.

Constructors
  NameDescription
Public methodTimer
Initializes a new instance of the Timer class
Top
Methods
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Top
Remarks
Caution note Caution
This class is not part of the OpenInventor api, but is provided as source code in the demo folders. Its current api may change in future versions.
See Also