SoDraggerenableCallbacks Property |
If set to false, motion, start and finish callbacks are disabled.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool enableCallbacks { get; }
Public ReadOnly Property enableCallbacks As SoSFBool
Get
public:
property SoSFBool^ enableCallbacks {
SoSFBool^ get ();
}
member enableCallbacks : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksDefault is true. Note that valueChanged callbacks are enabled and disabled using the enableValueChangedCallbacks method.
NOTE: field available since Open Inventor 7.1
See Also