Click or drag to resize

RelDocNodeProxyInternalDocNode Property

Gets the internal document node instance, without changing anything and without trying to resolve the path.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected IDocumentLeafNode? InternalDocNode { get; }

Property Value

IDocumentLeafNode
The internal document node.
See Also