IProjectArchiveGetEntry Method |
Gets an existing entry.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIProjectArchiveEntry? GetEntry(
string entryName
)
Parameters
- entryName String
- Name of the entry.
Return Value
IProjectArchiveEntryThe entry, if it exists; otherwise,
null.
See Also