Click or drag to resize

ProjectServiceDummyImplHasDocumentAnOpenView Method

Returns true if the given document has at least one open view in the workbench.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool HasDocumentAnOpenView(
	Object document
)

Parameters

document  Object
The document.

Return Value

Boolean
True if there is at least one open view for the document.

Implements

IProjectServiceHasDocumentAnOpenView(Object)
See Also