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: 10.12.3.0.Release.03fa3fc14f5d05a3007fab6bc6264244021464bb
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