AbstractScript(AbstractScript) Constructor |
Creates a column 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 AbstractScript(
AbstractScript from
)
Parameters
- from AbstractScript
- The script to copy from.
See Also