Initializing help system before first use

CompileAndLoad Method (TextReader)

Compile a model source into a memory buffer from the given stream, then read it into an XPRMModel object

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public XPRMModel CompileAndLoad(
	TextReader src
)

Parameters

src
Type:  System.IOTextReader
the source stream

Return Value

Type:  XPRMModel
See Also