Click or drag to resize
SiRenderAreaInteractiveProcessEvents Method

Processes the passed event to the scene graph managed here.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
bool ProcessEvents(
	IList<SoEvent> eventList
)

Parameters

eventList
Type: System.Collections.GenericIListSoEvent

Return Value

Type: Boolean
Remarks

Returns true if at least one event was handled by a node.

See Also