Click or drag to resize

IAltaxoProjectServiceDeleteGraphDocument Method

This function will delete a graph document and close all corresponding views.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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