IStyleListManagerTList, TCreateNewList Method |
Creates a new standard list of items.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxTList CreateNewList(
string listName,
IEnumerable<T> listItems
)
Parameters
- listName String
- The name of the list.
- listItems IEnumerableT
- The items of the list.
Return Value
TListA new list with the specified name and items.
See Also