Method GetQueue
| Improve this Doc View SourceGetQueue(string)
Get a queue by name. Creates a new queue if it does not exist.
Declaration
public UndoManager.UndoQueue GetQueue(string queueName)
Parameters
Type | Name | Description |
---|---|---|
string | queueName | Global name of the queue |
Returns
Type | Description |
---|---|
UndoManager.UndoQueue | The UndoManager.UndoQueue with the given name |