Click or drag to resize

DocNodeProxy(AbsoluteDocumentPath) Constructor

Initializes a new instance of the DocNodeProxy class for a document node path.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected DocNodeProxy(
	AbsoluteDocumentPath docNodePath
)

Parameters

docNodePath  AbsoluteDocumentPath
The absolute document path.
See Also