Click or drag to resize

OriginAnyParserOutputProjectTree Method

Writes the project tree to the specified writer.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void OutputProjectTree(
	StreamWriter writer
)

Parameters

writer  StreamWriter
The writer that receives the project-tree output.
See Also