| CameraImportStartImport Method |
Import files from camera.
Namespace: Flir.Atlas.Image.ImportAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax 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:
Booleanbool
Exceptions See Also