AbsoluteDocumentPathItem Property |
Gets the path part at the specified index.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string this[
int idx
] { get; }Parameters
- idx Int32
- The zero-based index of the path part.
Return Value
StringThe path part at the specified index.
See Also