Click or drag to resize

EngineModelXmlVersion Property

Defines the XML version used by the Engine.

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

Property Value

Type: Int32
Remarks

A check is run when the simulation is initialized to compare the Engine's XML version to that of the XML being loaded. If the two differ, an error will be displayed.

This property is set automatically and should not be modified manually.

See Also