Click or drag to resize

ICAEXCommand Interface

Interface for CAEXCommands. If Commands implement this interface, they can use a IUndoRedo to enable undo and redo.

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface ICAEXCommand

The ICAEXCommand type exposes the following members.

Properties
 NameDescription
Public propertyCAEXDocument Gets the CAEX document.
Public propertyDisplayName Gets the display name.
Top
Methods
 NameDescription
Public methodExecute Command Execution Method (enables redo)
Public methodUnExecute Command reverse execution Method (enables undo)
Top
See Also