Click or drag to resize

RelDocNodeProxy(IDocumentLeafNode, IDocumentNode) Constructor

Initializes a new instance of the RelDocNodeProxy class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RelDocNodeProxy(
	IDocumentLeafNode docNode,
	IDocumentNode parentNode
)

Parameters

docNode  IDocumentLeafNode
The document node to proxy.
parentNode  IDocumentNode
The parent node of this proxy.
See Also