Click or drag to resize

AsciiDocumentAnalysisOptionsCopyFrom Method

Copies from another object.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The object to copy from.

Return Value

Boolean
True if anything has been copied. Otherwise, the return value is false.

Implements

ICopyFromCopyFrom(Object)
See Also