API Reference > OdRx Classes > OdRxDynamicLinker Class > OdRxDynamicLinker Methods > OdRxDynamicLinker::loadModule Method
OdRxDynamicLinker::loadModule Method
Syntax
C++
virtual OdRxModulePtr loadModule(const OdString& moduleFileName, bool silent = true) = 0;
Parameters 
Description 
const OdString& moduleFileName 
[in] Module filename to load.  
bool silent = true 
[in] If true, no load status message will be printed. 

Returns a SmartPointer to the abstract module object. 

 

Loads the specified abstract (platform-independent) module.

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