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.1.1.0.Release.cb64a23ffb514e400c7a72e2158dfc53ef4ceb26
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