SoMemoryBufferCompressionSetDestination Method (SoMemoryBuffer, UInt32) |
Namespace: OIV.ScaleViz.MiscAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetDestination(
SoMemoryBuffer dst,
uint offset
)
Public Sub SetDestination (
dst As SoMemoryBuffer,
offset As UInteger
)
public:
void SetDestination(
SoMemoryBuffer^ dst,
unsigned int offset
)
member SetDestination :
dst : SoMemoryBuffer *
offset : uint32 -> unit
Parameters
- dst
- Type: OIV.ScaleViz.MiscSoMemoryBuffer
- offset
- Type: SystemUInt32
Remarks
See Also