Click or drag to resize

MarkableElectrodeTabDesignerImportTabDefinitions Method

Imports TabDefinitions from text file.

Namespace: RAYLASE.Marker.BatteryPlugin
Assembly: RAYLASE.Marker.BatteryPlugin (in RAYLASE.Marker.BatteryPlugin.dll) Version: 2.32.0
Syntax
C#
public void ImportTabDefinitions(
	string filePath
)

Parameters

filePath  String
Path of the file.
Remarks
The expected format is five points per row (size x, size y, gap, radius top, radius bottom [µm]), separated by colon, comma, tab or whitespace. The decimal separator must be point.
See Also