Click or drag to resize

IUndoRedoPushCommand Method

A new command is pushed on the undo stack of this service.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
void PushCommand(
	ICAEXCommand cmd
)

Parameters

cmd  ICAEXCommand
The command.
See Also