Click or drag to resize

IProfileDataSaveProfileData Method

Saves the profile data to a text file.

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
void SaveProfileData(
	ProfileData flags,
	string pstrFileNameBase,
	string pstrZUnit
)

Parameters

flags  ProfileData
The type of data to save. Several can be combined, in which case they will be saved in individual files.
pstrFileNameBase  String
The name of the file to save to (without extension).
pstrZUnit  String
A string representing the unit for the Z axis values. Either "[deg]", "[nm]", "[µm]" or "[mm]".
See Also