AddInTreeNodeBuildChildItem(Codon, Object, IEnumerableICondition) Method |
Builds the item represented by the specified codon.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Object? BuildChildItem(
Codon codon,
Object? parameter,
IEnumerable<ICondition>? additionalConditions = null
)
Parameters
- codon Codon
- The codon that describes the item.
- parameter Object
- A parameter that gets passed into the doozer and condition evaluators.
- additionalConditions IEnumerableICondition (Optional)
- Additional conditions applied to the node.
Return Value
ObjectThe built item, or
null if no item is created.
See Also