Click or drag to resize

ProcessSourceTablesScriptDataVisitDocumentReferences Method

Reports the document references stored by this instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void VisitDocumentReferences(
	DocNodeProxyReporter reportProxies
)

Parameters

reportProxies  DocNodeProxyReporter
The callback that receives the reported proxies.
See Also