Click or drag to resize

ProjectServiceDummyImplShowDocumentView Method

Shows a view for the given document.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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.

Implements

IProjectServiceShowDocumentView(Object)
See Also