Click or drag to resize

AbsoluteDocumentPathReplaceLastPart Method

Replaces the last part of the AbsoluteDocumentPath, which is often the name of the object.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AbsoluteDocumentPath ReplaceLastPart(
	string lastPart
)

Parameters

lastPart  String
The new last part of the AbsoluteDocumentPath.

Return Value

AbsoluteDocumentPath
A new path with the replaced last part.
See Also