IProjectArchiveGetEntryMemento Method |
Gets a memento that can later on used to read an entry of the archive.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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