IProjectServiceOpenOrCreateViewContentForDocument 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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Object OpenOrCreateViewContentForDocument(
IProjectItem document
)
Parameters
- document IProjectItem
- The document for which a view must be found.
Return Value
ObjectThe view content for the provided graph.
See Also