Click or drag to resize

ProjectServiceBaseGetOpenDocuments Method

Gets the set of documents that currently have open views.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public HashSet<Object> GetOpenDocuments()

Return Value

HashSetObject
The set of documents that currently have open views.

Implements

IProjectServiceGetOpenDocuments
See Also