Method CreateQueue
| Edit this page View SourceCreateQueue(string, int)
Manually create a new queue by name and return it. If the queue already exists
no new queue is created but the existing is returned.
Declaration
public UndoManager.UndoQueue CreateQueue(string queueName, int maxSteps = 50)
Parameters
| Type | Name | Description |
|---|---|---|
| string | queueName | Global name of the queue |
| int | maxSteps | Optionally define the max history capacity of a newly generated queue |
Returns
| Type | Description |
|---|---|
| UndoManager.UndoQueue | The UndoManager.UndoQueue with the given name |