Click or drag to resize

BaseModelComments Property

(Development) Includes comments in the XML code.

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

Property Value

Type: String
Remarks

Comments can be used to share information with other developers during simulation creation. They will never be shown inside the simulation.

See Also