Click or drag to resize

ElementsModelListSerialized Property

Lists all objects 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 List<ElementModel> ListSerialized { get; set; }

Property Value

Type: ListElementModel
Remarks

The Elements list may include the following types of objects: AssistantContainerElementFlatContainerPlaceholderSurface

See Also