Click or drag to resize

ProjectServiceBaseShowDocumentView Method

Shows a view for the specified document, creating one if necessary.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual Object? ShowDocumentView(
	Object document
)

Parameters

document  Object
The document to show.

Return Value

Object
The shown view object, or if no view could be created.

Implements

IProjectServiceShowDocumentView(Object)
See Also