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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if there were not connected documen nodes; otherwise false.
See Also