Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

gpeCopyRowAbutment

gpeCopyRowAbutment(
u_sandbox
x_sourceRow
x_targetRow
[ ?verbose { t | nil } ]
)
=> t / nil

Description

Copies abutment information from one row to another.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

x_sourceRow

Specifies the source row from which abutment information must be copied. Valid values are from 0 through the number of rows in the Modgen.

x_targetRow

Specifies the target row to which abutment information must be copied. Valid values are from 0 through the number of rows in the Modgen.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

Abutment information was copied from the source to the target column.

nil

The command was unsuccessful.

Example

Copies abutment information from column 1 to column 2 in the given Modgen sandbox object:

sbox = gpeEditSandbox()
==> pe:#####
gpeCopyColAbutment(sbox 1 2 t)

==> t


Return to top
 ⠀
X