Click or drag to resize

RelDocNodeProxyInternalSetDocNode 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#
protected InstanceChangedEventArgs? InternalSetDocNode(
	IDocumentLeafNode value,
	IDocumentLeafNode parentNode
)

Parameters

value  IDocumentLeafNode
The document node. If docNode implements IDocumentLeafNode, the document path is stored for this object in addition to the object itself.
parentNode  IDocumentLeafNode
The start point of the document path. Should be equal to the member _parent, but this might be not set now.

Return Value

InstanceChangedEventArgs

[Missing <returns> documentation for "M:Altaxo.Main.RelDocNodeProxy.InternalSetDocNode(Altaxo.Main.IDocumentLeafNode,Altaxo.Main.IDocumentLeafNode)"]

See Also