Click or drag to resize
SoBufferObjectMap Method (SoCpuBufferObject, SoBufferObjectAccessModes, UInt64, UInt64)

Maps the current buffer object into 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 abstract void Map(
	SoCpuBufferObject targetBufferObject,
	SoBufferObjectAccessModes accessMode,
	ulong startPosition,
	ulong mappingSize
)

Parameters

targetBufferObject
Type: OIV.Inventor.DevicesSoCpuBufferObject
accessMode
Type: OIV.Inventor.DevicesSoBufferObjectAccessModes
startPosition
Type: SystemUInt64
mappingSize
Type: SystemUInt64
Remarks

See the general map method for more information.

See Also