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.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic 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