Initializes a new instance of the
TreePrint class.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TreePrint(
TextWriter treeOut,
string src,
int nMaxLineLen,
TreePrintGetNodeName GetNodeName,
bool bVerbose
)
Parameters
- treeOut TextWriter
- The text writer that receives the output.
- src String
- The source text.
- nMaxLineLen Int32
- The maximum output line length.
- GetNodeName TreePrintGetNodeName
- The callback used to resolve node names.
- bVerbose Boolean
- Whether verbose output should be generated.
See Also