Click or drag to resize
SoBufferObjectUnlockBuffer Method

Unlocks the buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void UnlockBuffer()
Remarks

If a thread calls OIV.Inventor.Devices.SoBufferObject.LockBuffer() then it must call OIV.Inventor.Devices.SoBufferObject.UnlockBuffer() to allow other threads to lock the buffer.

See Also