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

PrcCompressedFiler.h

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

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

 

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