Click or drag to resize

OriginAnyParserReadAxisParameterElement Method

Reads the next axis-parameter element 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 bool ReadAxisParameterElement(
	int naxis
)

Parameters

naxis  Int32
The axis identifier: 1 for x, 2 for y, and 3 for z.

Return Value

Boolean
if an axis-parameter element was read; otherwise, .
See Also