gpeCopyRowAbutment
gpeCopyRowAbutment(u_sandbox x_sourceRow x_targetRow[?verbose{t|nil} ] ) => t / nil
Description
Copies abutment information from one row to another.
Arguments
Value Returned
|
Abutment information was copied from the source to the target column. |
|
Example
Copies abutment information from column 1 to column 2 in the given Modgen sandbox object:
sbox = gpeEditSandbox()
==> pe:#####
gpeCopyColAbutment(sbox 1 2 t)
Return to top