Click or drag to resize

MultiRenameDataGetNewNameForObjectOrNull Method

Gets the proposed new name for the object at position i. If a new name was not already set, the return value is null.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? GetNewNameForObjectOrNull(
	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. If the new name is not already set, the return value is null.
See Also