| SoCpuBufferFromVolumeReaderUnmap Method (SoCpuBufferObject) | 
Unmap the specified CPU buffer object 
It is defined just to speed up the call when the type of the object is known. 
 
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic virtual void Unmap(
	SoCpuBufferObject bufferObject
)
Public Overridable Sub Unmap ( 
	bufferObject As SoCpuBufferObject
)
public:
virtual void Unmap(
	SoCpuBufferObject^ bufferObject
)
abstract Unmap : 
        bufferObject : SoCpuBufferObject -> unit 
override Unmap : 
        bufferObject : SoCpuBufferObject -> unit Parameters
- bufferObject
 - Type: OIV.Inventor.DevicesSoCpuBufferObject
 
Remarks
Remove the specified bufferObject from the list of buffers which map the current buffer.
See the general unmap function for more information. 
See Also