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: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use contructor with SoCpuBufferBuffer instead.")]
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