API Reference > Classes > Loader Classes > OdBmLoaderHostAppServices Class
OdBmLoaderHostAppServices Class
Syntax
C++
class OdBmLoaderHostAppServices : public OdBmHostAppServices;

BmHostAppServices.h

This class is the base class for platform specific operations within ODA BimRv. 

Library: TB_Loader 

{group:OdBm_Classes}

Creates an instance of an OdBmDatabase object. This HostAppServices object will be associated with the newly created database.
 
 
Returns FileVersion if file is supported to opening. not_std::nullopt otherwise.
 
Loads the preview of the specified ODA BimRv file file into the thumbnail object.
 
Returns true if file is supported to opening.
 
 
 
Loads the contents of the specified ODA BimRv file file into the database with which this HostAppServices object is associated.
 
Loads the contents of the specified StreamBuf into the database with which this HostAppServices object is associated.
 
Loads the contents of the specified ODA BimRv file file into the database with which this HostAppServices object is associated.
 
Writes the contents of this database to the specified StreamBuf object.
 
Writes the contents of this database to the specified StreamBuf object.
 
Writes the contents of this database to the specified output file.
 
Writes the contents of this database to the specified output file.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.