MeasurementTableLoad Method |
Loads a measurement table.
Expected format: [<layer>,] <row>, <column>, <actual X>, <actual Y> [, <actual Z>]
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void Load(
string path,
bool keepTable = false
)
Parameters
- path String
- The path of the table to load.
- keepTable Boolean (Optional)
- If true, only the active layer will be overwritten.
See Also