_Application.Repeat(Object) Method

Definition

Repeats the most recent editing action one or more times.

public bool Repeat (ref object Times);
abstract member Repeat : obj -> bool
Public Function Repeat (Optional ByRef Times As Object) As Boolean

Parameters

Times
Object

Optional Object. The number of times you want to repeat the last command.

Returns

Remarks

This method returns True if the commands were repeated successfully, and False if not.

Applies to