Click or drag to resize

Processed3DPlotDataGetZPhysical Method

Gets the physical z value at a given original row index.

Namespace: Altaxo.Graph.Graph3D.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual AltaxoVariant GetZPhysical(
	int originalRowIndex
)

Parameters

originalRowIndex  Int32
Index of the original data row.

Return Value

AltaxoVariant
The physical z value at that given original row index.

Implements

I3DPhysicalVariantAccessorGetZPhysical(Int32)
See Also