Click or drag to resize

RelativeDocumentPath(Int32, IEnumerableString) Constructor

Initializes a new instance of the RelativeDocumentPath class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RelativeDocumentPath(
	int numberOfLevelsDown,
	IEnumerable<string> path
)

Parameters

numberOfLevelsDown  Int32
The number of levels to move up from the start node.
path  IEnumerableString
The path parts to traverse afterwards.
See Also