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.3179.0 (4.8.3179.0)
Syntax
C#
public AbsoluteDocumentPath ReplaceLastPart(
	string lastPart
)

Parameters

lastPart  String
The new last part of the AbsoluteDocumentPath.

Return Value

AbsoluteDocumentPath

[Missing <returns> documentation for "M:Altaxo.Main.AbsoluteDocumentPath.ReplaceLastPart(System.String)"]

See Also