Click or drag to resize
SoBufferObjectUnmap Method (SoBufferObject)

Unmap this buffer from the specified 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 virtual void Unmap(
	SoBufferObject bufferObject
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoBufferObject

Buffer to be unmapped.

Remarks

In other words, remove the specified target buffer from the list of buffers which this buffer is mapped to. If the access mode supports writing, the specified buffer is sync'd with the current buffer. An error is reported (in debug builds) if the buffer is not mapped to the specified buffer

See Also