SoSceneManagerSetHandleEventAction Method |
User supplied handle event action.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetHandleEventAction(
SoHandleEventAction hea
)
Public Sub SetHandleEventAction (
hea As SoHandleEventAction
)
public:
void SetHandleEventAction(
SoHandleEventAction^ hea
)
member SetHandleEventAction :
hea : SoHandleEventAction -> unit
Parameters
- hea
- Type: OIV.Inventor.ActionsSoHandleEventAction
Remarks This should not be done in the middle of event handling. Passing NULL turns event handling off. SceneManager will never delete a handle event action passed to this method.
Note |
---|
Member available since Open Inventor 9.2 |
See Also