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: 9.9.36.0 (9.9.36.0)
Syntax
bool ProcessEvents(
	List<SoEvent> eventList
)

Parameters

eventList
Type: System.Collections.GenericListSoEvent

Return Value

Type: Boolean
Remarks

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

See Also