 | ProfileInterfaceSaveProfileData Method |
Saves the profile data to a text file.
Namespace: LynceeTec.ProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void SaveProfileData(
ProfileData flags,
string pstrFileNameBase,
string pstrZUnit
)
public:
virtual 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]".
Implements
IProfileDataSaveProfileData(ProfileData, String, String)
See Also