Click or drag to resize
IParameterFormula Property
Gets formula.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
string Formula { get; }

Property Value

Type: String
Remarks
The formulas are separated by \n. If this property is not equal to null, the value of Value should be converted with the first formula before further processing (e.g. the display on a UI). Vice versa, client code must use the second formula before setting Value.
See Also