LoadModule Method
  Explicitly load a module. Mosel loads modules on demand when they are required by the models in core memory. However, it is possible to force the system to load a module using this function. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    C#
   
  public XPRMModule LoadModule( string moduleName )
Parameters
- moduleName
 - 
   Type: 
   SystemString
   
Module name, e.g. "mmxprs" 
Return Value
Type: XPRMModuleThe corresponding module object
