NumericScaleRescaleConditionsCopyFrom Method |
Copies from another instance.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool CopyFrom(
Object obj
)
Parameters
- obj Object
- The other instance to copy from.
Return Value
BooleanTrue if at least some data could be copied.
Implements
ICopyFromCopyFrom(Object)See Also