Click or drag to resize
SoEventCallbackGetAction Method

Returns the 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: 9.9.13.0 (9.9.13.0)
Syntax
public SoHandleEventAction GetAction()

Return Value

Type: SoHandleEventAction
Remarks

This should be called only from delegate.

See Also