Click or drag to resize

RenishawImportDataSource(RenishawImportDataSource) Constructor

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

Namespace: Altaxo.Serialization.Renishaw
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RenishawImportDataSource(
	RenishawImportDataSource from
)

Parameters

from  RenishawImportDataSource
The instance to copy.
See Also