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.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use MouseMove event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoDraggerMotionCB motionCB
<ObsoleteAttribute("Use MouseMove event instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public motionCB As SoDraggerMotionCB
public:
[ObsoleteAttribute(L"Use MouseMove event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoDraggerMotionCB^ motionCB
[<ObsoleteAttribute("Use MouseMove event instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
val mutable motionCB: SoDraggerMotionCB
Field Value
Type:
SoDraggerMotionCB
See Also