Click or drag to resize

CodonConditions Property

Gets the conditions attached to the codon.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyList<ICondition> Conditions { get; }

Property Value

IReadOnlyListICondition
See Also