Click or drag to resize

MeasurementTableLoad Method

Loads a measurement table. Expected format: [<layer>,] <row>, <column>, <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 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