Click or drag to resize

DataTablesAggregationDataSourceCopyFrom Method

Copies from another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The object to copy from.

Return Value

Boolean
true if anything could be copied from the object; otherwise, false.

Implements

ICopyFromCopyFrom(Object)
See Also