Click or drag to resize

MeasurementTableCreate Method

Creates a new measurement table.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void Create(
	int rows,
	int columns,
	int layers,
	int magnifications,
	double[] layersSelected,
	double[] magnificationsSelected,
	MeasurementTableMeasurementType type
)

Parameters

rows  Int32
Number of rows of the measurement table.
columns  Int32
Number of columns of the measurement table.
layers  Int32
Number of layers of the measurement table.
magnifications  Int32
Number of magnifications used to interpolate.
layersSelected  Double
The selected layers. Only needed, if they are not evenly spread.
magnificationsSelected  Double
Defines the selected magnifications. If null, the magnifications will be distributed evenly.
type  MeasurementTableMeasurementType
Defines the type of the table.
See Also