Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryGetUnusedName Method

Generates a name that is not yet used by any registered list.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual string GetUnusedName(
	string usedName
)

Parameters

usedName  String
The preferred base name.

Return Value

String
An unused list name.
See Also