Initializing help system before first use

LoadModel Method (String)

Load a compiled model into memory. This method loads a compiled model (Binary Model file) into memory. While loading a model from a file, 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(
	string name
)

Parameters

name
Type:  SystemString
name of a binary model file

Return Value

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