Click or drag to resize
SoDraggerRemoveMotionCallback Method

Note: This API is now obsolete.

Use MouseMove event instead. Remove delegate from the invocation list

Namespace: OIV.Inventor.Draggers
Assembly: 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 void RemoveMotionCallback(
	SoDraggerMotionUserDataCB cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.DraggersSoDraggerMotionUserDataCB
userData
Type: SystemObject
See Also