Initializing help system before first use

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: 5.0.2.0
Syntax
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.
See Also