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: 9.9.38.0.Release.3bef1a09f76585226754446bc31bc36e4da1c7f3
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