Click or drag to resize
ProfileInterfaceSaveProfileData Method
Saves the profile data to a text file.

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public virtual void SaveProfileData(
	ProfileData flags,
	string pstrFileNameBase,
	string pstrZUnit
)

Parameters

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

Implements

IProfileDataSaveProfileData(ProfileData, String, String)
See Also