Click or drag to resize
SoBufferObjectSetMappedBufferObject Method

This function is used when the instance of buffer object is used to map a 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 void SetMappedBufferObject(
	SoBufferObject bufferObject
)

Parameters

bufferObject
Type: OIV.Inventor.DevicesSoBufferObject

The buffer object which is mapped.

Remarks

It stores the pointer on the buffer which is mapped by this.

See Also