Click or drag to resize
SoCpuBufferBitSet.Map Method (SoBufferObject.AccessModes, UInt64, UInt64)

Returns a pointer to the memory array used for the storage of the buffer.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public override SbNativeArray<byte> Map(
	SoBufferObject. AccessModes accessMode,
	ulong offset,
	ulong count
)

Parameters

accessMode
Type: OIV.Inventor.Devices.SoBufferObject.AccessModes
offset
Type: System.UInt64
count
Type: System.UInt64

Return Value

Type: SbNativeArray<Byte>

Pointer to the memory array used for the storage.

Remarks

See Also