IProjectServiceGetOpenDocuments Method |
Gets a set of all open documents, i.e. GraphDocuments, DataTables. (Not Worksheets).
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax HashSet<Object> GetOpenDocuments()
Return Value
HashSetObjectThe set of all open documents.
See Also