Method EndMacro
EndMacro()
Ends composition of a macro command.
If this is the outermost macro in a set nested macros,
this function emits indexChanged once for the entire macro command.
Declaration
public void EndMacro()
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if no macro is being composed. |