| ThermalImageFileFileName Property |
Gets the name of the current opened file.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public string FileName { get; }
Property Value
Type:
StringRemarks
The file name includes both the file path and the extension. If no file is opened,
this method returns an empty string ("").
See Also