Click or drag to resize

CSPlaneInformationCopyWithoutIdentifierFrom Method

Copies all information except the identifier from another instance.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyWithoutIdentifierFrom(
	CSPlaneInformation from
)

Parameters

from  CSPlaneInformation
The instance to copy from.
See Also