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

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

Parameters

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