Click or drag to resize
CameraImportStartImport Method
Import files from camera.

Namespace: Flir.Atlas.Image.Import
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool StartImport(
	List<FileInfo> pathsList,
	string DestPath,
	bool moveFiles,
	Func<bool> isCancellationPending
)

Parameters

pathsList
Type: System.Collections.GenericListFileInfo
List of files to import
DestPath
Type: SystemString
Destination path
moveFiles
Type: SystemBoolean
False = files are copied. True = moved from camera to new folder
isCancellationPending
Type: SystemFuncBoolean
Cancellation of the Import

Return Value

Type: Boolean
bool
Exceptions
ExceptionCondition
FileAlreadyImportedExceptionFailed to import. already Imported.
DirectoryNotFoundExceptionFailed to import. Directory Not Found.
FileNotFoundExceptionFailed to import. File Not Found.
See Also