Click or drag to resize

IProjectArchiveGetEntryMemento Method

Gets a memento that can later on used to read an entry of the archive.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IProjectArchiveEntryMemento? GetEntryMemento(
	string entryName
)

Parameters

entryName  String
Name of the entry.

Return Value

IProjectArchiveEntryMemento

[Missing <returns> documentation for "M:Altaxo.Main.Services.IProjectArchive.GetEntryMemento(System.String)"]

See Also