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

PrcCompressedFiler.h

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

Writes an array of double values to a stream. 

 

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