<< Click to Display Table of Contents >> Navigation: »No topics above this level« Module.Download(MemoryType, InstallMode, String, ConversionModes, String) Method |
Download CNC modules by using the conversion DLLs implemented in PVI.
[Visual Basic]
Public Overloads Sub Download( _
ByVal memoryType As MemoryType, _
ByVal installMode As InstallMode, _
ByVal srcFileName As String, _
ByVal conversionMode As ConversionModes, _
ByVal moduleName As String _
)
[C#]
public void Download(
MemoryType memoryType,
InstallMode installMode,
string srcFileName,
ConversionModes conversionMode,
string moduleName
);
memoryType
The location where the module should be installed.
installMode
The mode of installation.
srcFileName
The name of the source file.
conversionMode
The conversion mode will help the translation DLL to perform the correct conversion from the source file.
moduleName
The optional module name. Use an empty string or null if you want to set the default value.
Module Class | BR.AN.PviServices Namespace | Module.Download Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]