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.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string? GetNewNameForObjectOrNull(
int i
)
Parameters
- i Int32
- Index of the object in the internal list.
Return Value
StringThe proposed new name of the object at index i. If the new name is not already set, the return value is null.
See Also