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: 9.9.13.0 (9.9.13.0)
Syntax
public void UnlockBuffer()
Remarks

If a thread calls lockBuffer() then it must call unlockBuffer() to allow other threads to lock the buffer.

See Also