Click or drag to resize
SoWinViewerSeekMode Property

Externally set the viewer into/out off seek mode (default OFF).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SeekMode { get; set; }

Property Value

Type: Boolean
Remarks

Actual seeking will not happen until the viewer decides to (ex: mouse click).

Note: setting the viewer out of seek mode while the camera is being animated will stop the animation to the current location.

See Also