Click or drag to resize
SoDraggerAddStartCallback Method (SoDraggerStartUserDataCB, Object)

Note: This API is now obsolete.

Use StartDragging event instead. Adds start delegate. Start delegates are made after the mouse button 1 goes down and the dragger determines that it has been picked. If it is going to begin dragging, it grabs events and invokes the startCallbacks.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use StartDragging event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddStartCallback(
	SoDraggerStartUserDataCB cb,
	Object userData
)

Parameters

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