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: 2024.1.0.0 (2024.1.0)
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