Click or drag to resize

ProjectItemsPasteOptionsTryToKeepInternalReferences Property

When true, at serialization the internal references are tried to keep internal, i.e. if for instance a table have to be renamed, the plot items in the deserialized graphs will be relocated to the renamed table.

Namespace: Altaxo.Serialization.Clipboard
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool? TryToKeepInternalReferences { get; set; }

Property Value

NullableBoolean
See Also