Click or drag to resize

G3DPlotItemVisitDocumentReferences Method

Visits the document references.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void VisitDocumentReferences(
	DocNodeProxyReporter Report
)

Parameters

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

Implements

IGPlotItemVisitDocumentReferences(DocNodeProxyReporter)
See Also