gpeAbutGridEntries
gpeAbutGridEntries(u_sandbox l_gridEntries[ ?abutType {x_abutType|t_abutTypeName} ] [?verbose{t|nil} ] ) =>t/nil
Description
Abuts the specified list of instances or indexes using the given abutment type in the given sandbox object.
Arguments
|
Specifies the abutment type, which is either a number or the abutment type name. If not specified, the default abutment type is used. |
|
Value Returned
Example
Makes the Modgen sandbox sb editable and turns on the synchronization mode. gpeAbutGridEntires is then used to abut a specified list of instances.
> sb = gpeEditSandbox()
> gpeAbutGridEntries(sb list(list(1 0) list(1 1)) ?abutType "type0" ?verbose t)
> gpeSyncSandbox(sb)
Return to top