Click or drag to resize

UndoRedoServicePushCommand Method

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

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

Parameters

cmd  ICAEXCommand
the CAEX command.

Implements

IUndoRedoPushCommand(ICAEXCommand)
See Also