Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmHostAppServices::readFile Method (OdBmDatabasePtr, const OdString&, Oda::FileShareMode, const bool)
Syntax
C++
virtual void readFile(OdBmDatabasePtr pDb, const OdString& fileName, Oda::FileShareMode shareMode, const bool bPartial = true) = 0;

Loads the contents of the specified ODA BimRv file file into the database with which this HostAppServices object is associated. 

 

Parameters
Description
pDb
[in] Input a SmartPointer to the database which will containing the contents of the file.
fileName
[in] Input name of the file from which the data are to be read.
shareMode
[in] Input share mode to use when opening the specified file.
partialLoad
[in] Input partial loading of ODA BimRv files flag. Partial loading is working only for the latest file format.
Copyright © 2002-2022. Open Design Alliance All rights reserved.