SoRenderAreaCoreProcessEvents Method (Queue) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool ProcessEvents(
Queue eventList
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function ProcessEvents (
eventList As Queue
) As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool ProcessEvents(
Queue^ eventList
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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