Click or drag to resize
SoBufferObjectUnmap Method (SoBufferObject)

Remove the specified bufferObject from the list of buffers which map the current buffer.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public abstract void Unmap(
	SoBufferObject bufferObject
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoBufferObject

Buffer to be unmapped.

Remarks

If the access mode supports writing the specified buffer is sync'd with the buffer.

See Also