Click or drag to resize
SoCpuBufferBitSetSetBufferUncompress Method

Note: This API is now obsolete.

Set the data associated to this buffer.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual void SetBufferUncompress(
	byte[] dataBuffer,
	ulong bufferSize
)

Parameters

dataBuffer
Type: SystemByte

Pointer to buffer containing data

bufferSize
Type: SystemUInt64

Size (in byte) of the data bufferObsoletesince Open Inventor 9100 Use contructor with SoCpuBufferBuffer instead.

Remarks

See Also