SoEventCallbackGetAction Method |
Returns the SoHandleEventAction currently traversing this node, or NULL if traversal is not taking place.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoHandleEventAction GetAction()
Public Function GetAction As SoHandleEventAction
public:
SoHandleEventAction^ GetAction()
member GetAction : unit -> SoHandleEventAction
Return Value
Type:
SoHandleEventAction
RemarksThis should be called only from delegate.
See Also