ProjectServiceBaseOpenOrCreateViewContentForDocument_Unsynchronized Method |
Opens an existing view for the specified document or creates a new one on the UI thread.
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected Object OpenOrCreateViewContentForDocument_Unsynchronized(
IProjectItem document
)
Parameters
- document IProjectItem
- The document to show.
Return Value
ObjectThe existing or newly created view content.
See Also