Initializing help system before first use

LoadModel Method (Stream)

Load a compiled model into memory. This method loads a compiled model (Binary Model file) from a Stream into memory. While loading a model from a stream, Mosel also automatically opens any additional modules that are required by this model.

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

Parameters

src
Type:  System.IOStream
Binary stream from which we will read compiled .bim data

Return Value

Type:  XPRMModel
A new model instance of type XPRMModel created from a binary model data.
See Also