Click or drag to resize
SoEventCallbackGetAction Method

Returns the OIV.Inventor.Actions.SoHandleEventAction currently traversing this node, or NULL if traversal is not taking place.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoHandleEventAction GetAction()

Return Value

Type: SoHandleEventAction
Remarks

This should be called only from delegate.

See Also