Click or drag to resize
SoDraggerAddMotionCallback Method (SoDraggerMotionCB)

Note: This API is now obsolete.

Use MouseMove event instead.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use MouseMove event instead.")]
public void AddMotionCallback(
	SoDraggerMotionCB cb
)

Parameters

cb
Type: OIV.Inventor.DraggersSoDraggerMotionCB
See Also