Click or drag to resize

NumericColumnProxyForStandaloneColumnsDocumentPath Method

Gets the path to the document, if the DocumentObject is or was part of the document. For non-document objects, an empty path is returned.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AbsoluteDocumentPath DocumentPath()

Field Value

AbsoluteDocumentPath
The document path.

Return Value

AbsoluteDocumentPath
The path of the referenced document object.

Implements

IProxyDocumentPath
See Also