Click or drag to resize

RelativeDocumentPathGetObject Method

[Missing <summary> documentation for "M:Altaxo.Main.RelativeDocumentPath.GetObject(Altaxo.Main.RelativeDocumentPath,Altaxo.Main.IDocumentLeafNode)"]


Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IDocumentLeafNode? GetObject(
	RelativeDocumentPath path,
	IDocumentLeafNode startnode
)

Parameters

path  RelativeDocumentPath

[Missing <param name="path"/> documentation for "M:Altaxo.Main.RelativeDocumentPath.GetObject(Altaxo.Main.RelativeDocumentPath,Altaxo.Main.IDocumentLeafNode)"]

startnode  IDocumentLeafNode

[Missing <param name="startnode"/> documentation for "M:Altaxo.Main.RelativeDocumentPath.GetObject(Altaxo.Main.RelativeDocumentPath,Altaxo.Main.IDocumentLeafNode)"]

Return Value

IDocumentLeafNode

[Missing <returns> documentation for "M:Altaxo.Main.RelativeDocumentPath.GetObject(Altaxo.Main.RelativeDocumentPath,Altaxo.Main.IDocumentLeafNode)"]

See Also