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: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool enableCallbacks { get; }

Property Value

Type: SoSFBool
Remarks

Default is true. Note that valueChanged callbacks are enabled and disabled using the enableValueChangedCallbacks method.

NOTE: field available since Open Inventor 7.1

See Also