Click or drag to resize

ModelingUtilsLoadModel Method

Loads a model from an XML file located at the specified path.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Model LoadModel(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Model
See Also