| SoCpuBufferBitSetSetBufferUncompress Method |
Note: This API is now obsolete.
Set the data associated to this buffer.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public virtual void SetBufferUncompress(
byte[] dataBuffer,
ulong bufferSize
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overridable Sub SetBufferUncompress (
dataBuffer As Byte(),
bufferSize As ULong
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void SetBufferUncompress(
array<unsigned char>^ dataBuffer,
unsigned long long bufferSize
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract SetBufferUncompress :
dataBuffer : byte[] *
bufferSize : uint64 -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override SetBufferUncompress :
dataBuffer : byte[] *
bufferSize : uint64 -> unit 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