Click or drag to resize

MasterCurveDataVisitDocumentReferences Method

Visits the document references of this instance. All proxies that this instance contains should be reported by the ReportProxies function. This function is responsible for processing the proxies, for instance to relocate the path.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
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 function which is used to report the DocNodeProxy instances that are contained in this class.

Implements

IHasDocumentReferencesVisitDocumentReferences(DocNodeProxyReporter)
See Also