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.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public virtual void SetBufferUncompress(
byte[] dataBuffer,
ulong bufferSize
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overridable Sub SetBufferUncompress (
dataBuffer As Byte(),
bufferSize As ULong
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void SetBufferUncompress(
array<unsigned char>^ dataBuffer,
unsigned long long bufferSize
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract SetBufferUncompress :
dataBuffer : byte[] *
bufferSize : uint64 -> unit
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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