Click or drag to resize

AddInTreeNodeBuildChildItem(String, Object, IEnumerableICondition) Method

Builds a specific child items in this path.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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
ExceptionCondition
TreePathNotFoundException Occurs when childItemID does not exist in this path.
See Also