SoCallbackActionCallbackActionUserDataCB Delegate |
Note: This API is now obsolete.
CallbackActionCB delegate
Namespace: OIV.Inventor.ActionsAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute>
Public Delegate Function CallbackActionUserDataCB (
action As SoCallbackAction,
node As SoNode,
userData As Object
) As SoCallbackActionResponses
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute]
public delegate SoCallbackActionResponses CallbackActionUserDataCB(
SoCallbackAction^ action,
SoNode^ node,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute>]
type CallbackActionUserDataCB =
delegate of
action : SoCallbackAction *
node : SoNode *
userData : Object -> SoCallbackActionResponses
Parameters
- action
- Type: OIV.Inventor.ActionsSoCallbackAction
- node
- Type: OIV.Inventor.NodesSoNode
- userData
- Type: SystemObject
Return Value
Type:
SoCallbackActionResponses
See Also