Click or drag to resize

MeasurementTableImportList Method

Imports a list of measured field positions. Expected formats: <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y> <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y>, <actual Z> <layer>, <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y>, <actual Z> <magnification>, <layer>, <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y>, <actual Z>

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void ImportList(
	string path,
	int rows,
	int columns
)

Parameters

path  String
The path of the list to import.
rows  Int32
Number of rows for the resulting table.
columns  Int32
Number of columns for the resulting table.
See Also