OriginAnyParserGetProjectLeafProperties Method |
Extracts project-leaf properties and appends the corresponding node to the project tree.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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