Click or drag to resize
SoWinColorEditorUpdateFrequencies Enumeration

UpdateFrequency is how often new values should be sent to the node or the callback routine.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum UpdateFrequencies
Members
  Member nameValueDescription
CONTINUOUS0

Send updates with every mouse motion.

AFTER_ACCEPT1

Only send updates after user hits accept button.

Remarks