Click or drag to resize

OriginAnyParserGetProjectFolderProperties Method

Applies folder properties parsed from the project tree data.

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

Parameters

currentFolder  ProjectNode
The folder node to update.
flehd  Byte
The raw folder-header data.
flehdsz  Int32
The size of the folder-header data.
See Also