Click or drag to resize

IAltaxoProjectServiceOpenOrCreateViewContentForDocument Method

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

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

Parameters

document  IProjectItem
The document for which a view must be found.

Return Value

Object
The view content for the provided graph.

Implements

IProjectServiceOpenOrCreateViewContentForDocument(IProjectItem)
See Also