Click or drag to resize
SceneExaminerSeekAnimationChanged Event
Occurs when a seek animation ends or is aborted.

Namespace: OIV.Inventor.ViewerComponents.Nodes
Assembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 2024.2.3.Release.8195eb522b090a23f1a65c7685cebb3bb12ab134
Syntax
public event EventHandler SeekAnimationChanged

Value

Type: SystemEventHandler
Remarks
This event occurs when a seek animation ends or when a seek animation is aborted. A seek animation is aborted when

The SeekMode is set to false during a seek animation

- or -

When a seek animation fails to start (the mouse pick does not hint any geometry).

See Also