Click or drag to resize
ThermalImageFileFileName Property
Gets the name of the current opened file.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public string FileName { get; }

Property Value

Type: String
Remarks
The file name includes both the file path and the extension. If no file is opened, this method returns an empty string ("").
See Also