Click or drag to resize
CommandQueueManagerCanDo Method
Determines whether the commandqueuestack with the id passed in can perform a Do operation (or redo)

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public bool CanDo(
	Guid stackId
)

Parameters

stackId
Type: SystemGuid
The stack id.

Return Value

Type: Boolean
true if the stack contains a command which can be performed, false otherwise.
See Also