 | IProfileDataSaveProfileData Method |
Saves the profile data to a text file.
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
Syntaxvoid SaveProfileData(
ProfileData flags,
string pstrFileNameBase,
string pstrZUnit
)
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]".
See Also