Click or drag to resize

NexusImportDataSource(NexusImportDataSource) Constructor

Initializes a new instance of the NexusImportDataSource class by copying another instance.

Namespace: Altaxo.Serialization.HDF5.Nexus
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NexusImportDataSource(
	NexusImportDataSource from
)

Parameters

from  NexusImportDataSource
The instance to copy from.
See Also