MarkableDrillImport Method |
Imports
Points from text file.
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic void Import(
string filePath,
double scale = 1
)
Parameters
- filePath String
- Path of the file.
- scale Double (Optional)
- Scale applied to the points.
Remarks
The expected format is two or three points per row, separated by colon, comma, tab or whitespace.
The decimal separator must be point.
See Also