Click or drag to resize

ProjectItemCollectionBaseTItem, TDictionaryItemItemBaseName 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#
public abstract string ItemBaseName { get; }

Property Value

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

Implements

IProjectItemCollectionItemBaseName
See Also