NodeMapDownloadFile Method

CVB.Net Documentation
Downloads a file from the camera via the GenApi file download.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void DownloadFile(
	string filename,
	string fileSelectorEntryName
)

Parameters

filename
Type: SystemString
Full path to file to save data to.
fileSelectorEntryName
Type: SystemString
Symbolic name of the FileSelectorEnumerationNode identifying the file to download.
Remarks

See GetAvailableFiles for file ids which can be downloaded.
See Also

Reference