Click or drag to resize
SoDraggerenableCallbacks Property

If set to false, motion, start and finish callbacks are disabled.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool enableCallbacks { get; }

Property Value

Type: SoSFBool
Remarks

Default is true. Note that valueChanged callbacks are enabled and disabled using the OIV.Inventor.Draggers.SoDragger.EnableValueChangedEvent(System.Boolean) method.

Note Note

Field available since Open Inventor 7.1

See Also