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

Map the buffer to a system memory address and allows the mapping of a sub part of the buffer object into CPU memory.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public virtual SbNativeArray<byte> Map(
	SoBufferObjectAccessModes accessMode,
	ulong offset,
	ulong count
)

Parameters

accessMode
Type: OIV.Inventor.DevicesSoBufferObjectAccessModes
offset
Type: SystemUInt64
count
Type: SystemUInt64

Return Value

Type: SbNativeArrayByte

Reference to data in the mapped region of the buffer memory.

Remarks

Notes:

See Also