Click or drag to resize

DocNodeProxy2ndLevel(IDocumentLeafNode) Constructor

Initializes a new instance of the DocNodeProxy2ndLevel class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DocNodeProxy2ndLevel(
	IDocumentLeafNode docNode
)

Parameters

docNode  IDocumentLeafNode
The document node.
See Also