Click or drag to resize

TreePrintPrintDistNext Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.TreePrint.PrintDistNext(Altaxo.Main.PegParser.PegNode,System.Boolean,System.Int32@,System.Int32)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void PrintDistNext(
	PegNode p,
	bool bAlignVertical,
	ref int nOffsetLineBeg,
	int nLevel
)

Parameters

p  PegNode

[Missing <param name="p"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.PrintDistNext(Altaxo.Main.PegParser.PegNode,System.Boolean,System.Int32@,System.Int32)"]

bAlignVertical  Boolean

[Missing <param name="bAlignVertical"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.PrintDistNext(Altaxo.Main.PegParser.PegNode,System.Boolean,System.Int32@,System.Int32)"]

nOffsetLineBeg  Int32

[Missing <param name="nOffsetLineBeg"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.PrintDistNext(Altaxo.Main.PegParser.PegNode,System.Boolean,System.Int32@,System.Int32)"]

nLevel  Int32

[Missing <param name="nLevel"/> documentation for "M:Altaxo.Main.PegParser.TreePrint.PrintDistNext(Altaxo.Main.PegParser.PegNode,System.Boolean,System.Int32@,System.Int32)"]

See Also