Click or drag to resize

ModelHistoryManagerAddHistoryItem Method

Adds a model version in the history.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void AddHistoryItem(
	Model currentModel,
	string historyNote
)

Parameters

currentModel
Type: Packflow.ModelingModel
historyNote
Type: SystemString
See Also