Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntrySwitchItemDefinitionLevelBetweenUserAndProject Method

Switches the item definition level between user and project, i.e. a list that was at user level before is switched to project level, and a list that was at project level before is switched to user level.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SwitchItemDefinitionLevelBetweenUserAndProject(
	string name
)

Parameters

name  String
The name of the list.

Implements

IStyleListManagerTList, TSwitchItemDefinitionLevelBetweenUserAndProject(String)
See Also