API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcCompressedFiler Class > OdPrcCompressedFiler Methods > OdPrcCompressedFiler::writeBoolean Method
OdPrcCompressedFiler::writeBoolean Method
Syntax
C++
virtual void writeBoolean(bool value, const char* pName = 0) = 0;
Parameters 
Description 
bool value 
[in] A boolean value to write.  
const char* pName = 0 
[in] A name of a field. Not used. 

Writes a boolean value to a file. 

 

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