DocNodeProxy2ndLevelSetDocNode Method |
Sets the document node that is held by this proxy.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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