SiRenderAreaInteractiveProcessEvents Method |
Processes the passed event to the scene graph managed here.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax bool ProcessEvents(
IList<SoEvent> eventList
)
Function ProcessEvents (
eventList As IList(Of SoEvent)
) As Boolean
bool ProcessEvents(
IList<SoEvent^>^ eventList
)
abstract ProcessEvents :
eventList : IList<SoEvent> -> bool
Parameters
- eventList
- Type: System.Collections.GenericIListSoEvent
Return Value
Type:
BooleanRemarks Returns true if at least one event was handled by a node.
See Also