Click or drag to resize

ModelHistoryManagerGetNext Method

Loads the next model, and puts the current model in the previous 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 GetNext(
	Model currentModel
)

Parameters

currentModel
Type: Packflow.ModelingModel

Return Value

Type: Model
See Also