Click or drag to resize

OriginAnyParserGetProjectLeafProperties Method

Extracts project-leaf properties and appends the corresponding node to the project tree.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetProjectLeafProperties(
	ProjectNode currentFolder,
	byte[] ptldt,
	int ptldtsz
)

Parameters

currentFolder  ProjectNode
The folder that receives the parsed child node.
ptldt  Byte
The raw project-leaf data bytes.
ptldtsz  Int32
The size of ptldt in bytes.
See Also