RelDocNodeProxy(RelDocNodeProxy, Boolean, IDocumentNode) Constructor |
Creates a copy of a docnode proxy
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RelDocNodeProxy(
RelDocNodeProxy from,
bool copyPathOnly,
IDocumentNode parentNode
)
Parameters
- from RelDocNodeProxy
- copyPathOnly Boolean
- If true, only the path is copied, and the document is then resolved using the provided parentNode as start point of the path.
If false, and the proxy to copy from has a valid document, that document is used also for this instance, and a new relative path from parentNode to the document is calculated.
- parentNode IDocumentNode
- The parent node of this proxy.
See Also