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: 5.0.2.0
 Syntax
Syntax
    C#
   
  public XPRMModule LoadModule( string moduleName )
Parameters
- moduleName
- 
   Type: 
   SystemString
   
 Module name, e.g. "mmxprs"
Return Value
Type: XPRMModuleThe corresponding module object
 See Also
See Also
 
