Click or drag to resize

TreePrintPrintTree Method

Prints the specified tree.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PrintTree(
	PegNode parent,
	int nOffsetLineBeg,
	int nLevel
)

Parameters

parent  PegNode
The root node to print.
nOffsetLineBeg  Int32
The indentation offset.
nLevel  Int32
The current tree level.
See Also