Click or drag to resize

AddInTreeNodeBuildChildItem(Codon, Object, IEnumerableICondition) Method

[Missing <summary> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItem(Altaxo.AddInItems.Codon,System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]


Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object? BuildChildItem(
	Codon codon,
	Object? parameter,
	IEnumerable<ICondition>? additionalConditions = null
)

Parameters

codon  Codon

[Missing <param name="codon"/> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItem(Altaxo.AddInItems.Codon,System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]

parameter  Object

[Missing <param name="parameter"/> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItem(Altaxo.AddInItems.Codon,System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]

additionalConditions  IEnumerableICondition  (Optional)

[Missing <param name="additionalConditions"/> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItem(Altaxo.AddInItems.Codon,System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]

Return Value

Object

[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItem(Altaxo.AddInItems.Codon,System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]

See Also