Click or drag to resize
SoEventCallbackReleaseEvents Method

Tells the event callback node to release the grab of events.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void ReleaseEvents()
Remarks

Event grabbing is requested using OIV.Inventor.Nodes.SoEventCallback.GrabEvents().

See Also