Click or drag to resize
SoDraggerAddMotionCallback Method (SoDraggerMotionUserDataCB, Object)

Note: This API is now obsolete.

Use MouseMove event instead. Adds motion delegate. Motion delegates are called after each movement of the mouse during dragging.

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 AddMotionCallback(
	SoDraggerMotionUserDataCB cb,
	Object userData
)

Parameters

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