IProjectItemCollectionFindNewItemName(String) Method |
Looks for the next unique project item name base on a basic name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxstring FindNewItemName(
string basicname
)
Parameters
- basicname String
- The base name from which to derive a unique item name.
Return Value
StringA new project item name unique for this collection.
See Also