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

PrcCompressedFiler.h

Parameters 
Description 
const OdStringArray & array 
[in] An array of string values to write.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an output stream. 

Writes an array of strings to a stream. 

 

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