FileImportScript(FileImportScript) Constructor |
Creates an import script as a copy from another script.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public FileImportScript(
FileImportScript b
)
Parameters
- b FileImportScript
- The script to copy from.
See Also