Click or drag to resize

ModelHistoryManagerGetPrevious Method

Loads the previous model, and puts the current model in the next models.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Model GetPrevious(
	Model currentModel
)

Parameters

currentModel
Type: Packflow.ModelingModel

Return Value

Type: Model
See Also