Initializing help system before first use

SetDefaultStream Method

Overload List
  Name Description
Public method SetDefaultStream(XPRMStreamType, TextReader)
Set default input/output streams. This method defines the default streams that are opened when execution of the model starts. Using an empty string as the file name implies resetting to the corresponding original default stream (defined using SetDefaultStream(XPRMStreamType, TextReader))
Public method SetDefaultStream(XPRMStreamType, TextWriter)
Set default input/output streams. This method defines the default streams that are opened when execution of the model starts. Using an empty string as the file name implies resetting to the corresponding original default stream (defined using SetDefaultStream(XPRMStreamType, TextWriter))
Public method SetDefaultStream(XPRMStreamType, String)
Set default input/output streams. This method defines the default streams that are opened when execution of the model starts.
Top
See Also