Click or drag to resize

IProjectService.GetOpenDocuments Method

Gets a set of all open documents, i.e. GraphDocuments, DataTables. (Not Worksheets).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
HashSet<Object> GetOpenDocuments()

Return Value

HashSet<Object>
The set of all open documents.
See Also