Click or drag to resize

I3DPhysicalVariantAccessorGetZPhysical Method

Gets the physical z value for the specified original row index.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
AltaxoVariant GetZPhysical(
	int originalRowIndex
)

Parameters

originalRowIndex  Int32
The original row index.

Return Value

AltaxoVariant
The physical z value.
See Also