Click or drag to resize

EngineModelItems Property

Lists all element templates available in the simulation.

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

Property Value

Type: ElementsModel
Remarks

Items is used to create a list of all elements that need to be created while the user performs certain actions (e.g., generating tubes when the user clicks a box).

Use CreateItem to create new copies of the item templates.

See Also