Click or drag to resize

ProjectItemsPasteOptionsRelocateReferences Property

If true, references will be relocated in the same way as the project items will be relocated.

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

Property Value

NullableBoolean
true if references should be relocated, false otherwise
See Also