Click or drag to resize
SoCallbackActionCallbackActionUserDataCB Delegate

Note: This API is now obsolete.

CallbackActionCB delegate

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate SoCallbackActionResponses CallbackActionUserDataCB(
	SoCallbackAction action,
	SoNode node,
	Object userData
)

Parameters

action
Type: OIV.Inventor.ActionsSoCallbackAction
node
Type: OIV.Inventor.NodesSoNode
userData
Type: SystemObject

Return Value

Type: SoCallbackActionResponses
See Also