Note: This API is now obsolete.
Use MouseMove event instead.
MotionCB delegate invocation list
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use MouseMove event instead.")]
public SoDraggerMotionCB motionCB
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use MouseMove event instead.")>
Public motionCB As SoDraggerMotionCB
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use MouseMove event instead.")]
SoDraggerMotionCB^ motionCB
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use MouseMove event instead.")>]
val mutable motionCB: SoDraggerMotionCB
Field Value
Type:
SoDraggerMotionCB
See Also