Click or drag to resize

AbsoluteDocumentPathItem Property

Gets the path part at the specified index.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string this[
	int idx
] { get; }

Parameters

idx  Int32
The zero-based index of the path part.

Return Value

String
The path part at the specified index.
See Also