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: 10.12.3.0 (10.12.3.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