Click or drag to resize

AsciiDocumentAnalysisOptionsClone Method

Creates a new object that is a copy of the current instance.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AsciiDocumentAnalysisOptions Clone()

Return Value

AsciiDocumentAnalysisOptions
A new object that is a copy of this instance.
See Also