gpeCopyColAbutment
gpeCopyColAbutment(u_sandbox x_sourceCol x_targetCol[?verbose{t|nil} ] ) => t / nil
Description
Copies abutment information from one column 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)
==> t
Return to top