Click or drag to resize

I3DPhysicalVariantAccessor Interface

Provides indexed access to physical x, y, and z values.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface I3DPhysicalVariantAccessor

The I3DPhysicalVariantAccessor type exposes the following members.

Methods
 NameDescription
Public methodGetXPhysical Gets the physical x value for the specified original row index.
Public methodGetYPhysical Gets the physical y value for the specified original row index.
Public methodGetZPhysical Gets the physical z value for the specified original row index.
Top
See Also