SiRenderAreaInteractiveProcessEvent Method |
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax bool ProcessEvent(
SoEvent event
)
Function ProcessEvent (
event As SoEvent
) As Boolean
bool ProcessEvent(
SoEvent^ event
)
abstract ProcessEvent :
event : SoEvent -> bool
Parameters
- event
- Type: OIV.Inventor.EventsSoEvent
Return Value
Type:
BooleanRemarks Processes the passed event to the scene graph managed here. Returns true if the event was handled by a node.
See Also