IPlotAreaGetLogical3D(I3DPhysicalVariantAccessor, Int32) Method |
Gets the logical 3D position for the specified accessor and index.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxLogical3D GetLogical3D(
I3DPhysicalVariantAccessor acc,
int idx
)
Parameters
- acc I3DPhysicalVariantAccessor
- The accessor for physical values.
- idx Int32
- The data point index.
Return Value
Logical3DThe logical 3D position.
See Also