Click or drag to resize

IProjectServiceGetOpenDocuments 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.3179.0 (4.8.3179.0)
Syntax
C#
HashSet<Object> GetOpenDocuments()

Return Value

HashSetObject
The set of all open documents.
See Also