Click or drag to resize

RelDocNodeProxyDocumentPath Property

Gets a copy of the document path. You can not change the document path of the proxy instance by this copy.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RelativeDocumentPath DocumentPath { get; }

Property Value

RelativeDocumentPath
The document path.
See Also