Click or drag to resize

OriginAnyParserGetAnnotationProperties Method

Extracts annotation properties from the annotation header and data blocks.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetAnnotationProperties(
	byte[] anhd,
	int anhdsz,
	byte[] andt1,
	int andt1sz,
	byte[] andt2,
	int andt2sz,
	byte[] andt3,
	int andt3sz
)

Parameters

anhd  Byte
The annotation header bytes.
anhdsz  Int32
The size of anhd in bytes.
andt1  Byte
The first annotation data block.
andt1sz  Int32
The size of andt1 in bytes.
andt2  Byte
The second annotation data block.
andt2sz  Int32
The size of andt2 in bytes.
andt3  Byte
The third annotation data block.
andt3sz  Int32
The size of andt3 in bytes.
See Also