Click or drag to resize

OriginAnyParserGetAxisParameterProperties Method

Extracts axis-parameter properties for the specified axis.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetAxisParameterProperties(
	byte[] apdata,
	int apdatasz,
	int naxis
)

Parameters

apdata  Byte
The axis-parameter data bytes.
apdatasz  Int32
The size of apdata in bytes.
naxis  Int32
The axis identifier: 1 for x, 2 for y, and 3 for z.
See Also