IAltaxoProjectServiceDeleteGraphDocument Method |
This function will delete a graph document and close all corresponding views.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void DeleteGraphDocument(
GraphDocument graph,
bool force
)
Parameters
- graph GraphDocument
- The graph document to delete.
- force Boolean
- If true, the graph document is deleted without safety question,
if false, the user is ask before the graph document is deleted.
See Also