Click or drag to resize
ThermalImageFileOpen Method
Opens an Thermal Image from the specified file.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void Open(
	string fileName
)

Parameters

fileName
Type: SystemString
The file to open
Exceptions
ExceptionCondition
ArgumentExceptionThe path is null or empty.
SecurityExceptionA caller higher in the call stack does not have the permission specified by the current instance.
FileNotFoundExceptionThe file specified in path was not found.
ThermalExceptionFailed to open Thermal image.
See Also