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

PrcCompressedFiler.h

Parameters 
Description 
OdGeDoubleArray & array 
[out] A reference to an array of double values to store read data.  
OdPrcCompressedFiler * pStream 
[in] A pointer to an input file stream. 

Reads an array of double values from a file. 

 

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