Click or drag to resize

IProjectItemCollectionItemBaseName Property

Gets the base name of a project item. The base name will be combined with a number to find a unique name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string ItemBaseName { get; }

Property Value

String
The base name of a project item in this collection.
See Also