RelativeDocumentPath(Int32, IEnumerableString) Constructor |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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