FourierTransformation2DDataSourceCopyFrom(Object) Method |
Copies from another instance.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool CopyFrom(
Object obj
)
Parameters
- obj Object
- The object to copy from.
Return Value
BooleanTrue if anything could be copied from the object, otherwise
false.
Implements
ICopyFromCopyFrom(Object)See Also