Click or drag to resize
SoCallbackCallbackCB Delegate

Callback functions registered with this node should be of this type.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public delegate void CallbackCB(
	SoAction action
)

Parameters

action
Type: OIV.Inventor.ActionsSoAction
Remarks

See Also