Click or drag to resize

ProjectServiceBaseOpenOrCreateViewContentForDocument Method

Opens a view that shows the document. If no view for the document can be found, a new default view is created.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object OpenOrCreateViewContentForDocument(
	IProjectItem document
)

Parameters

document  IProjectItem
The document for which a view must be found. This parameter must not be null.

Return Value

Object
The view content for the provided document.

Implements

IProjectServiceOpenOrCreateViewContentForDocument(IProjectItem)
See Also