Click or drag to resize

IProjectArchiveSupportsCopyEntryFrom Method

Gets a value indicating whether this type of archive supports the copying of entries from another archive.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool SupportsCopyEntryFrom(
	IProjectArchive archive
)

Parameters

archive  IProjectArchive
The archive to potentially copy from.

Return Value

Boolean
True if this archive supports the copying of entries from the archive given in the argument; otherwise, false.
See Also