pcRedefineStretchLine
pcRedefineStretchLine(d_lineId g_paramExpr t_direction f_defval f_minval f_maxval g_stretchRepeated) =>d_StretchId/nil
Description
Redefines the attributes of an existing stretch control line. You can also specify a new location for the stretch control line with this command.
You must have defined the stretch control line.
Arguments
Value Returned
|
Returned if d_lineId is not defined as a stretch control line. |
Examples
pcRedefineStretchLine( stretchLine 'nfetWidth "rightAndLeft" 1.00 1.00 25 nil )
Redefines the stretch control line stretchLine as controlled by the parameter nfetWidth. The stretch direction is rightAndLeft. The default and minimum values are 1.00, and the maximum value is 25. Horizontally repeated shapes are not affected.
Return to top