LoadModel Method (String)
  Load a compiled model into memory. This method loads a compiled model (Binary Model file) into memory. While loading a model from a file, Mosel also automatically opens any additional modules that are required by this model. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public XPRMModel LoadModel( string name )
Parameters
- name
- 
   Type: 
   SystemString
   
 name of a binary model file
Return Value
Type: XPRMModelA new model instance of type XPRMModel created from a binary model file.
 See Also
See Also
 
