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: 2025.1.0.Release.2a081733c801ebf47c3d8b921bce5efef34a062d
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