Click or drag to resize

ElementModelParameters Property

Defines a collection of parameters for the element.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<ParameterModel> Parameters { get; set; }

Property Value

Type: ListParameterModel
Remarks

This defines a list of parameters and their values to be applied to the element.

Examples
XML
<Parameters>
  <Parameter Id="MyPara1" Value="0" />
  <Parameter Id="MyPara2" Value="1.25" />
</Parameters>
See Also