| 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.30.0
 Syntax
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
See Also