pcHIDefineRepeat
pcHIDefineRepeat(t_direction) =>d_repeatId
Description
Lets you define a repetition parameter for specified objects by prompting you to select one or more objects in the current cellview. When you complete selecting objects, the system displays one of the following forms, depending on the value of the t_direction argument: Repeat in X, Repeat in Y, or Repeat in X and Y.
Arguments
|
Direction of repetition. When the value is |
Value Returned
Examples
pcHIDefineRepeat( "horizontal" )
Prompts you to select objects in the current cellview and then displays the Repeat in X form.
Return to top