CommandQueueManagerCanUndo Method |
Determines whether the commandqueuestack with the id passed in can perform an Undo operation
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public bool CanUndo(
Guid stackId
)
Public Function CanUndo (
stackId As Guid
) As Boolean
Parameters
- stackId
- Type: SystemGuid
The stack id.
Return Value
Type:
Booleantrue if the stack contains a command which can be undone, false otherwise.
See Also