| SiRenderAreaInteractiveProcessEvent Method  | 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxbool 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: 
Boolean
RemarksProcesses the passed event to the scene graph managed here. Returns true if the event was handled by a node. 
See Also