SetDefaultStream Method (XPRMStreamType, String)
  Set default input/output streams. This method defines the default streams that are opened when execution of the model starts. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    C#
   
  public void SetDefaultStream( XPRMStreamType wmd, string filename )
Parameters
- wmd
 - 
   Type: 
   MoselXPRMStreamType
   
Stream to set: F_INPUTdefault input streamF_OUTPUTdefault output streamF_OUTPUT_LINEBUFdefault output stream with line bufferingF_ERRORdefault error stream - filename
 - 
   Type: 
   SystemString
   
extended file name to be used for the stream. 
