Click or drag to resize

IProjectServiceHasDocumentAnOpenView 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.3179.0 (4.8.3179.0)
Syntax
C#
bool HasDocumentAnOpenView(
	Object document
)

Parameters

document  Object
The document.

Return Value

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