API Reference > Classes > PRC Files, Structures and Assemblies > OdPrcFile Class > OdPrcFile Methods > OdPrcFile::writeFile Method
OdPrcFile::writeFile Method
Syntax
C++
void writeFile(OdStreamBufPtr pStream, const OdPrcFileSettings* pSettings = NULL);
Parameters 
Description 
OdStreamBufPtr pStream 
[in] A stream buffer to write to.  
const OdPrcFileSettings* pSettings = NULL 
[in] A smart pointer to the .prc file object for writing. 

Writes .prc file data to a specified stream with specified settings. 

 

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