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: 10.12.3.0 (10.12.3.0)
Syntax
public SoHandleEventAction GetAction()

Return Value

Type: SoHandleEventAction
Remarks

This should be called only from delegate.

See Also