| NodeAddChild Method |
Adds node to the child nodes of the node.
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public virtual void AddChild(
Node child
)
Parameters
- child
- Type: MZpack.NT8.AlgoNode
Node to be added as a child.
Examples
Add a child to root node.
pattern.Signals.Root.AddChild(new AbsorptionSRZonesSignal(Strategy, footPrintIndicator));
See Also