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.3179.0 (4.8.3179.0)
Syntax
C#
public RelativeDocumentPath(
	int numberOfLevelsDown,
	IEnumerable<string> path
)

Parameters

numberOfLevelsDown  Int32

[Missing <param name="numberOfLevelsDown"/> documentation for "M:Altaxo.Main.RelativeDocumentPath.#ctor(System.Int32,System.Collections.Generic.IEnumerable{System.String})"]

path  IEnumerableString

[Missing <param name="path"/> documentation for "M:Altaxo.Main.RelativeDocumentPath.#ctor(System.Int32,System.Collections.Generic.IEnumerable{System.String})"]

See Also