Click or drag to resize

IProjectServiceCloseDocumentViews Method

Closes all open views for a given document.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void CloseDocumentViews(
	Object document
)

Parameters

document  Object
The document.
See Also