Click or drag to resize

AddInTreeNodeAddCodons Method

Adds a sequence of codons to this node.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddCodons(
	IEnumerable<Codon> newCodons
)

Parameters

newCodons  IEnumerableCodon
The codons to add.
See Also