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.2.Release.77a61d1a523234b418592ccd07676e84f6c1d90b
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