RenderAreaInteractiveProcessEvents Method |
Propragate a list of inventor events.
Namespace: OIV.Inventor.ViewerComponents.Wpf.RenderAreasAssembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 9.9.37.0.Release.949101e879da5f6470fa92ad2130ca63933f42d5
Syntaxpublic bool ProcessEvents(
List<SoEvent> eventList
)
Public Function ProcessEvents (
eventList As List(Of SoEvent)
) As Boolean
public:
virtual bool ProcessEvents(
List<SoEvent^>^ eventList
) sealed
abstract ProcessEvents :
eventList : List<SoEvent> -> bool
override ProcessEvents :
eventList : List<SoEvent> -> bool
Parameters
- eventList
- Type: System.Collections.GenericListSoEvent
Return Value
Type:
BooleanImplements
SiRenderAreaInteractiveProcessEvents(ListSoEvent)
See Also