API Reference > FacetModeler Namespace > Classes > BinaryStream Class > BinaryStream Methods > Open Method > BinaryStream::Open Method (OdStreamBuf*, Version)
BinaryStream::Open Method (OdStreamBuf*, Version)
Syntax
C++
bool Open(OdStreamBuf* pFileBuff, Version ver = vAuto);
Parameters 
Description 
OdStreamBuf* pFileBuff 
[in] Pointer to the OdStreamBuf object.  
Version ver = vAuto 
[in] Format version to use for reading.  

true if the stream buffer is opened successfully, or false otherwise.

Opens a stream buffer for reading in the specified format version. 

 

Copyright © 2002-2020. Open Design Alliance. All rights reserved.