Click or drag to resize

DocNodeProxy2ndLevelSetDocNode Method

Sets the document node that is held by this proxy.

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

Parameters

value  IDocumentLeafNode
The document node. If docNode implements IDocumentLeafNode, the document path is stored for this object in addition to the object itself.
See Also