Click or drag to resize

ExtensionPathGroupedCodons Property

Gets the codons separated by the groups they were created in. i.e. if two addins add the codons to the same path they will be in diffrent group. if the same addin adds the codon in diffrent path elements they will be in diffrent groups.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<IEnumerable<Codon>> GroupedCodons { get; }

Property Value

IEnumerableIEnumerableCodon
See Also