Click or drag to resize

DocNodeProxy2ndLevelDocumentObject Method

Returns the document node. If the stored doc node is null, it is tried to resolve the stored document path. If that fails too, null is returned.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override Object? DocumentObject()

Return Value

Object

[Missing <returns> documentation for "M:Altaxo.Main.DocNodeProxy2ndLevel.DocumentObject"]

Implements

IProxyDocumentObject
See Also