ItemDefinitionLevel Enumeration |
Designates where an Altaxo item is being defined.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum ItemDefinitionLevel
Members Member name | Value | Description |
---|
Builtin | 0 | The item is built-in, i.e. hard coded in the source code of Altaxo. |
Application | 1 | The item is defined on the application level, i.e. for instance in an .addin file. |
UserDefined | 2 | The item is defined on the user level. Those items are usually stored in the user's profile. |
Project | 3 | The item is defined on the project level. |
See Also