IStyleListManagerTList, TContainsList Method |
Determines whether the specified name contains a list (style) with the provided name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool ContainsList(
string name
)
Parameters
- name String
- The name.
Return Value
Booleantrue if the specified name contains a list (style) with the provided name; otherwise,
false.
See Also