LinePlotStyleCopyFrom(Object) 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.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool CopyFrom(
Object obj
)
Parameters
- obj Object
- Object to copy from.
Return Value
BooleanTrue if at least parts of the object could be copied, false if the object to copy from is incompatible.
Implements
ICopyFromCopyFrom(Object)See Also