AddInTreeNodeBuildChildItem(String, Object, IEnumerableICondition) Method |
Builds a specific child items in this path.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Object? BuildChildItem(
string childItemID,
Object? parameter,
IEnumerable<ICondition>? additionalConditions = null
)
Parameters
- childItemID String
-
The ID of the child item to build.
- parameter Object
- The owner used to create the objects.
- additionalConditions IEnumerableICondition (Optional)
- Additional conditions applied to the created object
Return Value
Object[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItem(System.String,System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]
Exceptions See Also