Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Drawing Namespaces
Altaxo.Drawing
StyleListManagerBase<TList, TItem, TListManagerEntry> Class
StyleListManagerBase<TList, TItem, TListManagerEntry> Methods
ContainsList Method
CreateNewList Method
EhDeserializationInfoCreated Method
EhProjectClosed Method
GetAllListNames Method
GetEntryValue Method
GetEntryValues Method
GetList Method
GetListLevelName Method
GetParentList Method
GetUnusedName Method
InternalTryRegisterList Method
OnListAdded Method
OnListChanged Method
OnUserDefinedListAddedChangedRemoved Method
SwitchItemDefinitionLevelBetweenUserAndProject Method
TryGetItemByHierarchicalName Method
TryGetList Method
TryGetListByMembers Method
TryRegisterList Method
Style
List
Manager
Base
TList
,
TItem
,
TListManagerEntry
Create
New
List Method
Creates a new standard list of items.
Namespace:
Altaxo.Drawing
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
abstract
TList
CreateNewList
(
string
listName
,
IEnumerable
<TItem>
listItems
)
Parameters
listName
String
The name of the list.
listItems
IEnumerable
TItem
The items of the list.
Return Value
TList
A new list with the specified name and items.
Implements
IStyleListManager
TList, T
CreateNewList(String, IEnumerable
T
)
See Also
Reference
StyleListManagerBase
TList, TItem, TListManagerEntry
Class
Altaxo.Drawing Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net