Click or drag to resize

WITecTreeNodeRead Method

Reads the RootNode and subsequently all childnodes of the Witec project file.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static (string Name, WITecTreeNode Node) Read(
	Stream stream
)

Parameters

stream  Stream
The stream.

Return Value

ValueTupleString, WITecTreeNode
The name of the root node and the root node of the Witec project file.
See Also