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
    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.
