Click or drag to resize
SoCpuBufferObjectUnmap Method (SoCpuBufferObject)

Unmap the specified CPU buffer object.

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

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoCpuBufferObject
Remarks

This is an optimized implementation. See the general unmap function for more information.

See Also