Click or drag to resize

ItemDefinitionLevel Enumeration

Designates where an Altaxo item is being defined.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum ItemDefinitionLevel
Members
Member nameValueDescription
Builtin0The item is built-in, i.e. hard coded in the source code of Altaxo.
Application1The item is defined on the application level, i.e. for instance in an .addin file.
UserDefined2The item is defined on the user level. Those items are usually stored in the user's profile.
Project3The item is defined on the project level.
See Also