SoSceneManagerProcessEvent Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool ProcessEvent(
SoEvent event
)
Public Function ProcessEvent (
event As SoEvent
) As Boolean
public:
bool ProcessEvent(
SoEvent^ event
)
member ProcessEvent :
event : SoEvent -> bool
Parameters
- event
- Type: OIV.Inventor.EventsSoEvent
Return Value
Type:
Boolean
RemarksReturns true if the event was handled by a node.
See Also