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.3572.0 (4.8.3572.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
The built child item.
Exceptions
ExceptionCondition
TreePathNotFoundException Occurs when childItemID does not exist in this path.
See Also