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