IProjectServiceShowDocumentView Method |
Shows a view for the given document.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Object? ShowDocumentView(
Object document
)
Parameters
- document Object
- The document to open.
Return Value
ObjectThe view content. If no view content is found for the document, the return value is null.
See Also