Click or drag to resize
SoBufferObjectLockBuffer Method

Locks the buffer against concurrent calls from different threads.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void LockBuffer()
Remarks

This is a blocking call. In other words it will not return immediately if another thread currently has the buffer locked.

See Also