 | UndoRedoServiceRedoActions Method |
Gets the command names of all redo actions for the defined document.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic IEnumerable<string> RedoActions(
CAEXDocument document
)
Public Function RedoActions (
document As CAEXDocument
) As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ RedoActions(
CAEXDocument^ document
) sealed
Parameters
- document CAEXDocument
- The document.
Return Value
IEnumerableStringList of command names
Implements
IUndoRedoRedoActions(CAEXDocument)
See Also