Click or drag to resize
IMatrixParametersLocation Property
Gets the number path of the parameters associated with the matrix.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
IReadOnlyList<int> ParametersLocation { get; }

Property Value

Type: IReadOnlyListInt32
Remarks
Is null if the provider does not send the parametersLocation field.
See Also