Click or drag to resize

IProjectServiceShowDocumentView Method

Shows a view for the given document.

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

Parameters

document  Object
The document to open.

Return Value

Object
The view content. If no view content is found for the document, the return value is null.
See Also