Click or drag to resize

OriginAnyParserGetNoteProperties Method

Extracts note properties from the note header, label, and content blocks.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetNoteProperties(
	byte[] nwehd,
	int nwehdsz,
	byte[] nwelb,
	int nwelbsz,
	byte[] nwect,
	int nwectsz
)

Parameters

nwehd  Byte
The note header bytes.
nwehdsz  Int32
The size of nwehd in bytes.
nwelb  Byte
The note label bytes.
nwelbsz  Int32
The size of nwelb in bytes.
nwect  Byte
The note content bytes.
nwectsz  Int32
The size of nwect in bytes.
See Also