Click or drag to resize

MultiRenameDataGetNewNameForObject Method

Gets the proposed new name for the object at position i.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetNewNameForObject(
	int i
)

Parameters

i  Int32
Index of the object in the internal list.

Return Value

String
The proposed new name of the object at index i.
See Also