Click or drag to resize
SoCallback.CallbackUserDataCB Delegate

Note: This API is now obsolete.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void CallbackUserDataCB(
	SoAction action,
	Object userData
)

Parameters

action
Type: OIV.Inventor.Actions.SoAction
userData
Type: System.Object
See Also