Click or drag to resize
SoWinGLWidgetRemoveHook Method
Removes the event handlers that were added by AddHook.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void RemoveHook(
	SoWinGLWidgetWindowMessageHook hook
)

Parameters

hook
Type: OIV.Inventor.WinSoWinGLWidgetWindowMessageHook
The event handler to remove.
See Also