SoRenderAreaCoreProcessEvents Method (IListSoEvent) |
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual bool ProcessEvents(
IList<SoEvent> eventList
)
Public Overridable Function ProcessEvents (
eventList As IList(Of SoEvent)
) As Boolean
public:
virtual bool ProcessEvents(
IList<SoEvent^>^ eventList
)
abstract ProcessEvents :
eventList : IList<SoEvent> -> bool
override ProcessEvents :
eventList : IList<SoEvent> -> bool
Parameters
- eventList
- Type: System.Collections.GenericIListSoEvent
Return Value
Type:
BooleanImplements
SiRenderAreaInteractiveProcessEvents(IListSoEvent)Remarks Returns true if at least one event was handled by a node.
See Also