Click or drag to resize

DocNodeProxySetDocNode Method

Sets the document node held by this proxy.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetDocNode(
	IDocumentLeafNode value
)

Parameters

value  IDocumentLeafNode
The document node.
See Also