Click or drag to resize

XYZPlotLayerGetLogical3D(I3DPhysicalVariantAccessor, Int32) Method

Gets the logical three-dimensional coordinates for a row in the accessor.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Logical3D GetLogical3D(
	I3DPhysicalVariantAccessor acc,
	int idx
)

Parameters

acc  I3DPhysicalVariantAccessor
The physical-value accessor.
idx  Int32
The row index.

Return Value

Logical3D
The logical coordinates.

Implements

IPlotAreaGetLogical3D(I3DPhysicalVariantAccessor, Int32)
See Also