IProjectServiceHasDocumentAnOpenView Method |
Returns true if the given document has at least one open view in the workbench.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool HasDocumentAnOpenView(
Object document
)
Parameters
- document Object
- The document.
Return Value
BooleanTrue if there is at least one open view for the document.
See Also