Click or drag to resize

ProjectServiceBaseOpenOrCreateViewContentForDocument_Unsynchronized Method

Opens an existing view for the specified document or creates a new one on the UI thread.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Object OpenOrCreateViewContentForDocument_Unsynchronized(
	IProjectItem document
)

Parameters

document  IProjectItem
The document to show.

Return Value

Object
The existing or newly created view content.
See Also