Click or drag to resize

DateTimeScaleRescaleConditionsCopyFrom Method

Copies the data from another object.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The object to copy the data from.

Return Value

Boolean
if the data was copied successfully; otherwise, .

Implements

ICopyFromCopyFrom(Object)
See Also