AbsoluteAndRelativeFileNameCopyFrom Method |
Try to copy from another object. Should try to copy even if the object to copy from is not of
the same type, but a base type. In this case only the base properties should be copied.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool CopyFrom(
Object obj
)
Parameters
- obj Object
- Object to copy from.
Return Value
Boolean
True if at least parts of the object could be copied, false if the object to copy from is incompatible.
Implements
ICopyFromCopyFrom(Object)
See Also