SoRenderAreaCoreProcessEvents Method (Queue) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool ProcessEvents(
Queue eventList
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function ProcessEvents (
eventList As Queue
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
bool ProcessEvents(
Queue^ eventList
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member ProcessEvents :
eventList : Queue -> bool
Parameters
- eventList
- Type: System.CollectionsQueue
Return Value
Type:
BooleanRemarks Returns true if at least one event was handled by a node.
Obsolete since Open Inventor 8000.
See Also