MeasurementTableImportGrid Method |
Imports list containing the points on the measurement grid.
Each line consists of a measured point (two floating point numbers) separated by comma, semicolon, whitespace or tab.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.31.0
Syntaxpublic void ImportGrid(
string path,
int rows,
int columns,
double scale,
MeasurementTableGridOrder order
)
Parameters
- path String
- Path of file to import.
- rows Int32
- Number of rows.
- columns Int32
- Number of columns.
- scale Double
- Unit scale. 1 for µm, 1000 for mm etc.
- order MeasurementTableGridOrder
- Order of the measured points in the list.
See Also