OriginAnyParserGetNoteProperties Method |
Extracts note properties from the note header, label, and content blocks.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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