API Reference > Functions > writeUInt32Array Function
writeUInt32Array Function
Syntax
C++
void writeUInt32Array(const OdUInt32Array & array, OdPrcCompressedFiler * pStream);

PrcCompressedFiler.h

Parameters 
Description 
const OdUInt32Array & array 
[in] An array of unsigned 32-bit integer values to write.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an output stream. 

Writes an array of unsigned 32-bit integer values to a stream. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.