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 global streams: they are used as the default when a model is loaded and whenever no model information is available (e.g. compilation errors, error on modules, etc). The method can be used only if no model is currently loaded in memory.
Public method SetDefaultStream(XPRMStreamType, TextWriter)
Set default input/output streams. This method defines the default global streams: they are used as the default when a model is loaded and whenever no model information is available (e.g. compilation errors, error on modules, etc). The method can be used only if no model is currently loaded in memory.
Public method SetDefaultStream(XPRMStreamType, String)
Set default input/output streams. This method defines the default global streams: they are used as the default when a model is loaded and whenever no model information is available (e.g. compilation errors, error on modules, etc). The method can be used only if no model is currently loaded in memory. Using an empty string as the file name implies resetting to the corresponding original default stream.
Top
See Also