Click or drag to resize

IRowSelectionVisitDocumentReferences Method

Visits document references so path items (for example, tables and columns) can be replaced by other paths. This makes it possible to change a plot so that plot items refer to another table.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void VisitDocumentReferences(
	DocNodeProxyReporter Report
)

Parameters

Report  DocNodeProxyReporter
Function that reports the found DocNodeProxy instances to the visitor.
See Also