Click or drag to resize

ProjectServiceBaseHasDocumentAnOpenView Method

Determines whether the specified document currently has an open view.

Namespace: Altaxo.Dom
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 to inspect.

Return Value

Boolean
if a view is open for the document; otherwise, .

Implements

IProjectServiceHasDocumentAnOpenView(Object)
See Also