Click or drag to resize

EngineModelOriginalXMLName Property

Refers to the original XML engine for this simulation.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string OriginalXMLName { get; set; }

Property Value

Type: String
Remarks

If loading the engine from a save file, this property will differ from the Livit.Learn.Settings.SetupModel.EngineXML. In this case, the OriginalXMLName can be used to identify the original simulation XML.

See Also