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