Click or drag to resize

SuspendableDocumentNodeBaseReportNotConnectedDocumentNodes Method

Reports not connected document nodes, i.e. child nodes having no parent. This functionality is available only in DEBUG mode with TRACEDOCUMENTNODES defined in AltaxoBase.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ReportNotConnectedDocumentNodes(
	bool showStatistics
)

Parameters

showStatistics  Boolean
If set to true a line with statistic information is printed into Altaxo's console.

Return Value

Boolean
True if there were not connected documen nodes; otherwise false.
See Also