Click or drag to resize

FileImportScript(FileImportScript) Constructor

Creates an import script as a copy from another script.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FileImportScript(
	FileImportScript b
)

Parameters

b  FileImportScript
The script to copy from.
See Also