Reads the RootNode and subsequently all childnodes of the Witec project file.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public static (string Name, WITecTreeNode Node) Read(
Stream stream
)
Parameters
- stream Stream
- The stream.
Return Value
ValueTupleString,
WITecTreeNodeThe name of the root node and the root node of the Witec project file.
See Also